Html Css Color HEX #BDF24F Conifer

📋 copy color: '#BDF24F'

red 189 ◦ green 242 ◦ blue 79

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

Shades of Conifer #BDF24F

Tints of Conifer #BDF24F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.45%

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

R = 37.06%
G = 47.45%
B = 15.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#BDF24F (or 0xBDF24F) is known color: Conifer. HEX triplet: BD, F2 and 4F. RGB value is (189,242,79). Sum of RGB (Red+Green+Blue) = 189+242+79=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF24F is #420DB0. Grayscale: #D0D0D0. Windows color (decimal): -4328881 or 5239485. OLE color: 5239485.

HSL color Cylindrical-coordinate representation of color #BDF24F: hue angle of 79.51º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF24F is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 79 -
CMYK 0.22 0 0.67 0.05
HSL 79.51º 0.86% 0.63% -
HSV(B) 79.51º 0.67% 0.95% -
XYZ 54.15 74.89 19 -
YUV 207.57 55.44 114.75 -
System Red Green Blue C M Y K H S L
Decimal 189 242 79 0.22 0 0.67 0.05 79.51 0.86 0.63
Hex BD F2 4F 16 0 43 5 50 56 3F
Octal 275 362 117 26 0 103 5 120 126 77
Binary 10111101 11110010 1001111 10110 0 1000011 101 1010000 1010110 111111

Color Harmonies of #BDF24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF24F

Black with #BDF24F

Text Example


Text Example

White with #BDF24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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