Html Css Color HEX #BDF04F Conifer

📋 copy color: '#BDF04F'

red 189 ◦ green 240 ◦ blue 79

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

Shades of Conifer #BDF04F

Tints of Conifer #BDF04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.55%

R = 37.2%
G = 47.24%
B = 15.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#BDF04F (or 0xBDF04F) is known color: Conifer. HEX triplet: BD, F0 and 4F. RGB value is (189,240,79). Sum of RGB (Red+Green+Blue) = 189+240+79=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF04F is #420FB0. Grayscale: #CECECE. Windows color (decimal): -4329393 or 5238973. OLE color: 5238973.

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

Color convert

RGB 189 240 79 -
CMYK 0.21 0 0.67 0.06
HSL 79.01º 0.84% 0.63% -
HSV(B) 79.01º 0.67% 0.94% -
XYZ 53.56 73.7 18.8 -
YUV 206.4 56.1 115.59 -
System Red Green Blue C M Y K H S L
Decimal 189 240 79 0.21 0 0.67 0.06 79.01 0.84 0.63
Hex BD F0 4F 15 0 43 6 4F 54 3F
Octal 275 360 117 25 0 103 6 117 124 77
Binary 10111101 11110000 1001111 10101 0 1000011 110 1001111 1010100 111111

Color Harmonies of #BDF04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF04F

Black with #BDF04F

Text Example


Text Example

White with #BDF04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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