Html Css Color HEX #AFDB5C Conifer

📋 copy color: '#AFDB5C'

red 175 ◦ green 219 ◦ blue 92

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

Shades of Conifer #AFDB5C

Tints of Conifer #AFDB5C

RGB

 RED value IS 175 (68.75% from 255) = 36.01%

 GREEN value IS 219 (85.94% from 255) = 45.06%

 BLUE value IS 92 (36.33% from 255) = 18.93%

R = 36.01%
G = 45.06%
B = 18.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#AFDB5C (or 0xAFDB5C) is known color: Conifer. HEX triplet: AF, DB and 5C. RGB value is (175,219,92). Sum of RGB (Red+Green+Blue) = 175+219+92=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB5C is #5024A3. Grayscale: #BFBFBF. Windows color (decimal): -5252260 or 6085551. OLE color: 6085551.

HSL color Cylindrical-coordinate representation of color #AFDB5C: hue angle of 80.79º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFDB5C is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 92 -
CMYK 0.20 0 0.58 0.14
HSL 80.79º 0.64% 0.61% -
HSV(B) 80.79º 0.58% 0.86% -
XYZ 44.94 60.55 19.44 -
YUV 191.37 71.92 116.33 -
System Red Green Blue C M Y K H S L
Decimal 175 219 92 0.20 0 0.58 0.14 80.79 0.64 0.61
Hex AF DB 5C 14 0 3A E 51 40 3D
Octal 257 333 134 24 0 72 16 121 100 75
Binary 10101111 11011011 1011100 10100 0 111010 1110 1010001 1000000 111101

Color Harmonies of #AFDB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB5C

Black with #AFDB5C

Text Example


Text Example

White with #AFDB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB5C; }

 p { color: rgb(175,219,92); }

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

background-color css

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

 a { background-color: rgb(175,219,92); }

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

border-color css

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

 span { border-color: rgb(175,219,92); }

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