Html Css Color HEX #AFFD66 Conifer

📋 copy color: '#AFFD66'

red 175 ◦ green 253 ◦ blue 102

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

Shades of Conifer #AFFD66

Tints of Conifer #AFFD66

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.74%

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

R = 33.02%
G = 47.74%
B = 19.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#AFFD66 (or 0xAFFD66) is known color: Conifer. HEX triplet: AF, FD and 66. RGB value is (175,253,102). Sum of RGB (Red+Green+Blue) = 175+253+102=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD66 is #500299. Grayscale: #D4D4D4. Windows color (decimal): -5243546 or 6749615. OLE color: 6749615.

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

Color convert

RGB 175 253 102 -
CMYK 0.31 0 0.60 0.01
HSL 90.99º 0.97% 0.7% -
HSV(B) 90.99º 0.6% 0.99% -
XYZ 55.2 80.32 25.16 -
YUV 212.46 65.66 101.28 -
System Red Green Blue C M Y K H S L
Decimal 175 253 102 0.31 0 0.60 0.01 90.99 0.97 0.7
Hex AF FD 66 1F 0 3C 1 5B 61 46
Octal 257 375 146 37 0 74 1 133 141 106
Binary 10101111 11111101 1100110 11111 0 111100 1 1011011 1100001 1000110

Color Harmonies of #AFFD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD66

Black with #AFFD66

Text Example


Text Example

White with #AFFD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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