Html Css Color HEX #AFDD64 Conifer

📋 copy color: '#AFDD64'

red 175 ◦ green 221 ◦ blue 100

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

Shades of Conifer #AFDD64

Tints of Conifer #AFDD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.56%

 BLUE value IS 100 (39.45% from 255) = 20.16%

R = 35.28%
G = 44.56%
B = 20.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#AFDD64 (or 0xAFDD64) is known color: Conifer. HEX triplet: AF, DD and 64. RGB value is (175,221,100). Sum of RGB (Red+Green+Blue) = 175+221+100=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD64 is #50229B. Grayscale: #C1C1C1. Windows color (decimal): -5251740 or 6610351. OLE color: 6610351.

HSL color Cylindrical-coordinate representation of color #AFDD64: hue angle of 82.81º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFDD64 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 100 -
CMYK 0.21 0 0.55 0.13
HSL 82.81º 0.64% 0.63% -
HSV(B) 82.81º 0.55% 0.87% -
XYZ 45.84 61.75 21.56 -
YUV 193.45 75.26 114.84 -
System Red Green Blue C M Y K H S L
Decimal 175 221 100 0.21 0 0.55 0.13 82.81 0.64 0.63
Hex AF DD 64 15 0 37 D 53 40 3F
Octal 257 335 144 25 0 67 15 123 100 77
Binary 10101111 11011101 1100100 10101 0 110111 1101 1010011 1000000 111111

Color Harmonies of #AFDD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD64

Black with #AFDD64

Text Example


Text Example

White with #AFDD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD64; }

 p { color: rgb(175,221,100); }

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

background-color css

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

 a { background-color: rgb(175,221,100); }

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

border-color css

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

 span { border-color: rgb(175,221,100); }

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