Html Css Color HEX #AFFE66 Conifer

📋 copy color: '#AFFE66'

red 175 ◦ green 254 ◦ blue 102

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

Shades of Conifer #AFFE66

Tints of Conifer #AFFE66

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.83%

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

R = 32.96%
G = 47.83%
B = 19.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#AFFE66 (or 0xAFFE66) is known color: Conifer. HEX triplet: AF, FE and 66. RGB value is (175,254,102). Sum of RGB (Red+Green+Blue) = 175+254+102=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE66 is #500199. Grayscale: #D5D5D5. Windows color (decimal): -5243290 or 6749871. OLE color: 6749871.

HSL color Cylindrical-coordinate representation of color #AFFE66: hue angle of 91.18º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFFE66 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 102 -
CMYK 0.31 0 0.60 0.00
HSL 91.18º 0.99% 0.7% -
HSV(B) 91.18º 0.6% 1% -
XYZ 55.52 80.96 25.27 -
YUV 213.05 65.33 100.86 -
System Red Green Blue C M Y K H S L
Decimal 175 254 102 0.31 0 0.60 0.00 91.18 0.99 0.7
Hex AF FE 66 1F 0 3C 0 5B 63 46
Octal 257 376 146 37 0 74 0 133 143 106
Binary 10101111 11111110 1100110 11111 0 111100 0 1011011 1100011 1000110

Color Harmonies of #AFFE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE66

Black with #AFFE66

Text Example


Text Example

White with #AFFE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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