#BDF133

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

Shades of Green Yellow #BDF133

Tints of Green Yellow #BDF133

Color information

#BDF133 (or 0xBDF133) is unknown color: approx Green Yellow. HEX triplet: BD, F1 and 33. RGB value is (189,241,51). Sum of RGB (Red+Green+Blue) = 189+241+51=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF133 is #420ECC. Grayscale: #CCCCCC. Windows color (decimal): -4329165 or 3404221. OLE color: 3404221.

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

Color convert

RGB18924151-
CMYK0.2200.790.05
HSL76.42º87.16%57.25%-
HSV(B)76.42º78.84%94.51%-
XYZ53.0473.9714.61-
YUV203.7941.77117.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 241 (94.53% from 255) = 50.10%
BLUE value IS 51 (20.31% from 255) = 10.60%
R=39.29%
G=50.10%
B=10.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189241510.2200.790.0576.4287.1657.25
HexBDF1331604F54c5739
Octal27536163260117511412771
Binary1011110111110001110011101100100111110110011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF133; }

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

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

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

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

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

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

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

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