Html Css Color HEX #BDF232 Green Yellow

📋 copy color: '#BDF232'

red 189 ◦ green 242 ◦ blue 50

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

Shades of Green Yellow #BDF232

Tints of Green Yellow #BDF232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.31%

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

R = 39.29%
G = 50.31%
B = 10.4%

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

#BDF232 (or 0xBDF232) is known color: Green Yellow. HEX triplet: BD, F2 and 32. RGB value is (189,242,50). Sum of RGB (Red+Green+Blue) = 189+242+50=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF232 is #420DCD. Grayscale: #CCCCCC. Windows color (decimal): -4328910 or 3338941. OLE color: 3338941.

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

Color convert

RGB 189 242 50 -
CMYK 0.22 0 0.79 0.05
HSL 76.56º 0.88% 0.57% -
HSV(B) 76.56º 0.79% 0.95% -
XYZ 53.31 74.55 14.6 -
YUV 204.27 40.94 117.11 -
System Red Green Blue C M Y K H S L
Decimal 189 242 50 0.22 0 0.79 0.05 76.56 0.88 0.57
Hex BD F2 32 16 0 4F 5 4D 58 39
Octal 275 362 62 26 0 117 5 115 130 71
Binary 10111101 11110010 110010 10110 0 1001111 101 1001101 1011000 111001

Color Harmonies of #BDF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF232

Black with #BDF232

Text Example


Text Example

White with #BDF232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF232; }

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

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

background-color css

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

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

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

border-color css

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

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

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