#BDF136

Color #BDF136 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #BDF136

Tints of Green Yellow #BDF136

Color information

#BDF136 (or 0xBDF136) is unknown color: approx Green Yellow. HEX triplet: BD, F1 and 36. RGB value is (189,241,54). Sum of RGB (Red+Green+Blue) = 189+241+54=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF136 is #420EC9. Grayscale: #CCCCCC. Windows color (decimal): -4329162 or 3600829. OLE color: 3600829.

HSL color Cylindrical-coordinate representation of color #BDF136: hue angle of 76.68º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDF136 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB18924154-
CMYK0.2200.780.05
HSL76.68º86.98%57.84%-
HSV(B)76.68º77.59%94.51%-
XYZ53.117414.97-
YUV204.1343.27117.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 241 (94.53% from 255) = 49.79%
BLUE value IS 54 (21.48% from 255) = 11.16%
R=39.05%
G=49.79%
B=11.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189241540.2200.780.0576.6886.9857.84
HexBDF1361604E54d573a
Octal27536166260116511512772
Binary1011110111110001110110101100100111010110011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF136; }

 p { color: rgb(189,241,54); }

 H1.HeaderClassName
 {
   color: #BDF136;
 }
 .AnyTagClassName
 {
   color: #BDF136;
 }
</style>
background-color css

<style>
 a { background-color: #BDF136; }

 a { background-color: rgb(189,241,54); }

 div.DivClassName
 {
   background-color: #BDF136;
 }
 .BgClassName
 {
   background-color: #BDF136;
 }
</style>
border-color css

<style>
 span { border-color: #BDF136; }

 span { border-color: rgb(189,241,54); }

 td.TdClassName
 {
   border-color: #BDF136;
 }
 .TagClassName
 {
   border-color: #BDF136;
 }
</style>