Html Css Color HEX #ADFD65 Conifer

📋 copy color: '#ADFD65'

red 173 ◦ green 253 ◦ blue 101

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

Shades of Conifer #ADFD65

Tints of Conifer #ADFD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.17%

R = 32.83%
G = 48.01%
B = 19.17%

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

#ADFD65 (or 0xADFD65) is known color: Conifer. HEX triplet: AD, FD and 65. RGB value is (173,253,101). Sum of RGB (Red+Green+Blue) = 173+253+101=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD65 is #52029A. Grayscale: #D4D4D4. Windows color (decimal): -5374619 or 6684077. OLE color: 6684077.

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

Color convert

RGB 173 253 101 -
CMYK 0.32 0 0.60 0.01
HSL 91.58º 0.97% 0.69% -
HSV(B) 91.58º 0.6% 0.99% -
XYZ 54.71 80.07 24.88 -
YUV 211.75 65.5 100.36 -
System Red Green Blue C M Y K H S L
Decimal 173 253 101 0.32 0 0.60 0.01 91.58 0.97 0.69
Hex AD FD 65 20 0 3C 1 5C 61 45
Octal 255 375 145 40 0 74 1 134 141 105
Binary 10101101 11111101 1100101 100000 0 111100 1 1011100 1100001 1000101

Color Harmonies of #ADFD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD65

Black with #ADFD65

Text Example


Text Example

White with #ADFD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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