Html Css Color HEX #ADFD66 Conifer

📋 copy color: '#ADFD66'

red 173 ◦ green 253 ◦ blue 102

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

Shades of Conifer #ADFD66

Tints of Conifer #ADFD66

RGB

 RED value IS 173 (67.97% from 255) = 32.77%

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

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

R = 32.77%
G = 47.92%
B = 19.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#ADFD66 (or 0xADFD66) is known color: Conifer. HEX triplet: AD, FD and 66. RGB value is (173,253,102). Sum of RGB (Red+Green+Blue) = 173+253+102=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD66 is #520299. Grayscale: #D4D4D4. Windows color (decimal): -5374618 or 6749613. OLE color: 6749613.

HSL color Cylindrical-coordinate representation of color #ADFD66: hue angle of 91.79º 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 #ADFD66 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 102 -
CMYK 0.32 0 0.60 0.01
HSL 91.79º 0.97% 0.7% -
HSV(B) 91.79º 0.6% 0.99% -
XYZ 54.76 80.09 25.14 -
YUV 211.87 66 100.28 -
System Red Green Blue C M Y K H S L
Decimal 173 253 102 0.32 0 0.60 0.01 91.79 0.97 0.7
Hex AD FD 66 20 0 3C 1 5C 61 46
Octal 255 375 146 40 0 74 1 134 141 106
Binary 10101101 11111101 1100110 100000 0 111100 1 1011100 1100001 1000110

Color Harmonies of #ADFD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD66

Black with #ADFD66

Text Example


Text Example

White with #ADFD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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