Html Css Color HEX #AFDE66 Conifer

📋 copy color: '#AFDE66'

red 175 ◦ green 222 ◦ blue 102

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

Shades of Conifer #AFDE66

Tints of Conifer #AFDE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.44%

R = 35.07%
G = 44.49%
B = 20.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#AFDE66 (or 0xAFDE66) is known color: Conifer. HEX triplet: AF, DE and 66. RGB value is (175,222,102). Sum of RGB (Red+Green+Blue) = 175+222+102=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE66 is #502199. Grayscale: #C2C2C2. Windows color (decimal): -5251482 or 6741679. OLE color: 6741679.

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

Color convert

RGB 175 222 102 -
CMYK 0.21 0 0.54 0.13
HSL 83.5º 0.65% 0.64% -
HSV(B) 83.5º 0.54% 0.87% -
XYZ 46.2 62.32 22.16 -
YUV 194.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 175 222 102 0.21 0 0.54 0.13 83.5 0.65 0.64
Hex AF DE 66 15 0 36 D 54 41 40
Octal 257 336 146 25 0 66 15 124 101 100
Binary 10101111 11011110 1100110 10101 0 110110 1101 1010100 1000001 1000000

Color Harmonies of #AFDE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE66

Black with #AFDE66

Text Example


Text Example

White with #AFDE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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