Html Css Color HEX #BDF02B Green Yellow

📋 copy color: '#BDF02B'

red 189 ◦ green 240 ◦ blue 43

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

Shades of Green Yellow #BDF02B

Tints of Green Yellow #BDF02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.11%

R = 40.04%
G = 50.85%
B = 9.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#BDF02B (or 0xBDF02B) is known color: Green Yellow. HEX triplet: BD, F0 and 2B. RGB value is (189,240,43). Sum of RGB (Red+Green+Blue) = 189+240+43=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF02B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF02B is #420FD4. Grayscale: #CBCBCB. Windows color (decimal): -4329429 or 2879677. OLE color: 2879677.

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

Color convert

RGB 189 240 43 -
CMYK 0.21 0 0.82 0.06
HSL 75.53º 0.87% 0.55% -
HSV(B) 75.53º 0.82% 0.94% -
XYZ 52.58 73.31 13.67 -
YUV 202.29 38.1 118.52 -
System Red Green Blue C M Y K H S L
Decimal 189 240 43 0.21 0 0.82 0.06 75.53 0.87 0.55
Hex BD F0 2B 15 0 52 6 4C 57 37
Octal 275 360 53 25 0 122 6 114 127 67
Binary 10111101 11110000 101011 10101 0 1010010 110 1001100 1010111 110111

Color Harmonies of #BDF02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF02B

Black with #BDF02B

Text Example


Text Example

White with #BDF02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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