Html Css Color HEX #BDF034 Green Yellow

📋 copy color: '#BDF034'

red 189 ◦ green 240 ◦ blue 52

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

Shades of Green Yellow #BDF034

Tints of Green Yellow #BDF034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.81%

R = 39.29%
G = 49.9%
B = 10.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#BDF034 (or 0xBDF034) is known color: Green Yellow. HEX triplet: BD, F0 and 34. RGB value is (189,240,52). Sum of RGB (Red+Green+Blue) = 189+240+52=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF034 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF034 is #420FCB. Grayscale: #CCCCCC. Windows color (decimal): -4329420 or 3469501. OLE color: 3469501.

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

Color convert

RGB 189 240 52 -
CMYK 0.21 0 0.78 0.06
HSL 76.28º 0.86% 0.57% -
HSV(B) 76.28º 0.78% 0.94% -
XYZ 52.77 73.39 14.63 -
YUV 203.32 42.6 117.79 -
System Red Green Blue C M Y K H S L
Decimal 189 240 52 0.21 0 0.78 0.06 76.28 0.86 0.57
Hex BD F0 34 15 0 4E 6 4C 56 39
Octal 275 360 64 25 0 116 6 114 126 71
Binary 10111101 11110000 110100 10101 0 1001110 110 1001100 1010110 111001

Color Harmonies of #BDF034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF034

Black with #BDF034

Text Example


Text Example

White with #BDF034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF034; }

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

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

background-color css

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

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

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

border-color css

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

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

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