Html Css Color HEX #AFDE5D Conifer

📋 copy color: '#AFDE5D'

red 175 ◦ green 222 ◦ blue 93

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

Shades of Conifer #AFDE5D

Tints of Conifer #AFDE5D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.31%

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

R = 35.71%
G = 45.31%
B = 18.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#AFDE5D (or 0xAFDE5D) is known color: Conifer. HEX triplet: AF, DE and 5D. RGB value is (175,222,93). Sum of RGB (Red+Green+Blue) = 175+222+93=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE5D is #5021A2. Grayscale: #C1C1C1. Windows color (decimal): -5251491 or 6151855. OLE color: 6151855.

HSL color Cylindrical-coordinate representation of color #AFDE5D: hue angle of 81.86º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFDE5D is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 93 -
CMYK 0.21 0 0.58 0.13
HSL 81.86º 0.66% 0.62% -
HSV(B) 81.86º 0.58% 0.87% -
XYZ 45.78 62.15 19.94 -
YUV 193.24 71.43 114.99 -
System Red Green Blue C M Y K H S L
Decimal 175 222 93 0.21 0 0.58 0.13 81.86 0.66 0.62
Hex AF DE 5D 15 0 3A D 52 42 3E
Octal 257 336 135 25 0 72 15 122 102 76
Binary 10101111 11011110 1011101 10101 0 111010 1101 1010010 1000010 111110

Color Harmonies of #AFDE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE5D

Black with #AFDE5D

Text Example


Text Example

White with #AFDE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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