Html Css Color HEX #BDF02D Green Yellow

📋 copy color: '#BDF02D'

red 189 ◦ green 240 ◦ blue 45

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

Shades of Green Yellow #BDF02D

Tints of Green Yellow #BDF02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.49%

R = 39.87%
G = 50.63%
B = 9.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#BDF02D (or 0xBDF02D) is known color: Green Yellow. HEX triplet: BD, F0 and 2D. RGB value is (189,240,45). Sum of RGB (Red+Green+Blue) = 189+240+45=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF02D is #420FD2. Grayscale: #CBCBCB. Windows color (decimal): -4329427 or 3010749. OLE color: 3010749.

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

Color convert

RGB 189 240 45 -
CMYK 0.21 0 0.81 0.06
HSL 75.69º 0.87% 0.56% -
HSV(B) 75.69º 0.81% 0.94% -
XYZ 52.62 73.33 13.86 -
YUV 202.52 39.1 118.36 -
System Red Green Blue C M Y K H S L
Decimal 189 240 45 0.21 0 0.81 0.06 75.69 0.87 0.56
Hex BD F0 2D 15 0 51 6 4C 57 38
Octal 275 360 55 25 0 121 6 114 127 70
Binary 10111101 11110000 101101 10101 0 1010001 110 1001100 1010111 111000

Color Harmonies of #BDF02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF02D

Black with #BDF02D

Text Example


Text Example

White with #BDF02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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