Html Css Color HEX #BDF132 Green Yellow

📋 copy color: '#BDF132'

red 189 ◦ green 241 ◦ blue 50

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

Shades of Green Yellow #BDF132

Tints of Green Yellow #BDF132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.42%

R = 39.38%
G = 50.21%
B = 10.42%

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

#BDF132 (or 0xBDF132) is known color: Green Yellow. HEX triplet: BD, F1 and 32. RGB value is (189,241,50). Sum of RGB (Red+Green+Blue) = 189+241+50=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF132 is #420ECD. Grayscale: #CCCCCC. Windows color (decimal): -4329166 or 3338685. OLE color: 3338685.

HSL color Cylindrical-coordinate representation of color #BDF132: hue angle of 76.34º 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 #BDF132 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 50 -
CMYK 0.22 0 0.79 0.05
HSL 76.34º 0.87% 0.57% -
HSV(B) 76.34º 0.79% 0.95% -
XYZ 53.02 73.96 14.5 -
YUV 203.68 41.27 117.53 -
System Red Green Blue C M Y K H S L
Decimal 189 241 50 0.22 0 0.79 0.05 76.34 0.87 0.57
Hex BD F1 32 16 0 4F 5 4C 57 39
Octal 275 361 62 26 0 117 5 114 127 71
Binary 10111101 11110001 110010 10110 0 1001111 101 1001100 1010111 111001

Color Harmonies of #BDF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF132

Black with #BDF132

Text Example


Text Example

White with #BDF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF132; }

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

 H1.HeaderClassName
 {
   color: #BDF132;
 }
 .AnyTagClassName
 {
   color: #BDF132;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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