Html Css Color HEX #AFDB5D Conifer

📋 copy color: '#AFDB5D'

red 175 ◦ green 219 ◦ blue 93

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

Shades of Conifer #AFDB5D

Tints of Conifer #AFDB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.1%

R = 35.93%
G = 44.97%
B = 19.1%

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

#AFDB5D (or 0xAFDB5D) is known color: Conifer. HEX triplet: AF, DB and 5D. RGB value is (175,219,93). Sum of RGB (Red+Green+Blue) = 175+219+93=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB5D is #5024A2. Grayscale: #BFBFBF. Windows color (decimal): -5252259 or 6151087. OLE color: 6151087.

HSL color Cylindrical-coordinate representation of color #AFDB5D: hue angle of 80.95º 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 #AFDB5D is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 93 -
CMYK 0.20 0 0.58 0.14
HSL 80.95º 0.64% 0.61% -
HSV(B) 80.95º 0.58% 0.86% -
XYZ 44.99 60.57 19.68 -
YUV 191.48 72.42 116.25 -
System Red Green Blue C M Y K H S L
Decimal 175 219 93 0.20 0 0.58 0.14 80.95 0.64 0.61
Hex AF DB 5D 14 0 3A E 51 40 3D
Octal 257 333 135 24 0 72 16 121 100 75
Binary 10101111 11011011 1011101 10100 0 111010 1110 1010001 1000000 111101

Color Harmonies of #AFDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB5D

Black with #AFDB5D

Text Example


Text Example

White with #AFDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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