Html Css Color HEX #ADFD61 Conifer

📋 copy color: '#ADFD61'

red 173 ◦ green 253 ◦ blue 97

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

Shades of Conifer #ADFD61

Tints of Conifer #ADFD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.55%

R = 33.08%
G = 48.37%
B = 18.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#ADFD61 (or 0xADFD61) is known color: Conifer. HEX triplet: AD, FD and 61. RGB value is (173,253,97). Sum of RGB (Red+Green+Blue) = 173+253+97=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD61 is #52029E. Grayscale: #D3D3D3. Windows color (decimal): -5374623 or 6421933. OLE color: 6421933.

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

Color convert

RGB 173 253 97 -
CMYK 0.32 0 0.62 0.01
HSL 90.77º 0.98% 0.69% -
HSV(B) 90.77º 0.62% 0.99% -
XYZ 54.52 80 23.88 -
YUV 211.3 63.5 100.68 -
System Red Green Blue C M Y K H S L
Decimal 173 253 97 0.32 0 0.62 0.01 90.77 0.98 0.69
Hex AD FD 61 20 0 3E 1 5B 62 45
Octal 255 375 141 40 0 76 1 133 142 105
Binary 10101101 11111101 1100001 100000 0 111110 1 1011011 1100010 1000101

Color Harmonies of #ADFD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD61

Black with #ADFD61

Text Example


Text Example

White with #ADFD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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