Html Css Color HEX #BDF033 Green Yellow

📋 copy color: '#BDF033'

red 189 ◦ green 240 ◦ blue 51

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

Shades of Green Yellow #BDF033

Tints of Green Yellow #BDF033

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50%

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

R = 39.38%
G = 50%
B = 10.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#BDF033 (or 0xBDF033) is known color: Green Yellow. HEX triplet: BD, F0 and 33. RGB value is (189,240,51). Sum of RGB (Red+Green+Blue) = 189+240+51=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF033 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF033 is #420FCC. Grayscale: #CBCBCB. Windows color (decimal): -4329421 or 3403965. OLE color: 3403965.

HSL color Cylindrical-coordinate representation of color #BDF033: hue angle of 76.19º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDF033 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 51 -
CMYK 0.21 0 0.79 0.06
HSL 76.19º 0.86% 0.57% -
HSV(B) 76.19º 0.79% 0.94% -
XYZ 52.74 73.38 14.52 -
YUV 203.21 42.1 117.87 -
System Red Green Blue C M Y K H S L
Decimal 189 240 51 0.21 0 0.79 0.06 76.19 0.86 0.57
Hex BD F0 33 15 0 4F 6 4C 56 39
Octal 275 360 63 25 0 117 6 114 126 71
Binary 10111101 11110000 110011 10101 0 1001111 110 1001100 1010110 111001

Color Harmonies of #BDF033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF033

Black with #BDF033

Text Example


Text Example

White with #BDF033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF033; }

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

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

background-color css

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

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

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

border-color css

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

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

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