Html Css Color HEX #BDF133 Green Yellow

📋 copy color: '#BDF133'

red 189 ◦ green 241 ◦ blue 51

#BDF133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BDF133

Tints of Green Yellow #BDF133

RGB

 RED value IS 189 (74.22% from 255) = 39.29%

 GREEN value IS 241 (94.53% from 255) = 50.1%

 BLUE value IS 51 (20.31% from 255) = 10.6%

R = 39.29%
G = 50.1%
B = 10.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#BDF133 (or 0xBDF133) is known color: 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

RGB 189 241 51 -
CMYK 0.22 0 0.79 0.05
HSL 76.42º 0.87% 0.57% -
HSV(B) 76.42º 0.79% 0.95% -
XYZ 53.04 73.97 14.61 -
YUV 203.79 41.77 117.45 -
System Red Green Blue C M Y K H S L
Decimal 189 241 51 0.22 0 0.79 0.05 76.42 0.87 0.57
Hex BD F1 33 16 0 4F 5 4C 57 39
Octal 275 361 63 26 0 117 5 114 127 71
Binary 10111101 11110001 110011 10110 0 1001111 101 1001100 1010111 111001

Color Harmonies of #BDF133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF133

Black with #BDF133

Text Example


Text Example

White with #BDF133

Text Example


Text Example

HTML Codes & Css Web 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>