Html Css Color HEX #BDF44F Conifer

📋 copy color: '#BDF44F'

red 189 ◦ green 244 ◦ blue 79

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

Shades of Conifer #BDF44F

Tints of Conifer #BDF44F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.66%

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

R = 36.91%
G = 47.66%
B = 15.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#BDF44F (or 0xBDF44F) is known color: Conifer. HEX triplet: BD, F4 and 4F. RGB value is (189,244,79). Sum of RGB (Red+Green+Blue) = 189+244+79=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF44F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF44F is #420BB0. Grayscale: #D1D1D1. Windows color (decimal): -4328369 or 5239997. OLE color: 5239997.

HSL color Cylindrical-coordinate representation of color #BDF44F: hue angle of 80º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF44F is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 79 -
CMYK 0.23 0 0.68 0.04
HSL 80º 0.88% 0.63% -
HSV(B) 80º 0.68% 0.96% -
XYZ 54.75 76.08 19.2 -
YUV 208.75 54.78 113.92 -
System Red Green Blue C M Y K H S L
Decimal 189 244 79 0.23 0 0.68 0.04 80 0.88 0.63
Hex BD F4 4F 17 0 44 4 50 58 3F
Octal 275 364 117 27 0 104 4 120 130 77
Binary 10111101 11110100 1001111 10111 0 1000100 100 1010000 1011000 111111

Color Harmonies of #BDF44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF44F

Black with #BDF44F

Text Example


Text Example

White with #BDF44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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