Html Css Color HEX #AFFD5D Conifer

📋 copy color: '#AFFD5D'

red 175 ◦ green 253 ◦ blue 93

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

Shades of Conifer #AFFD5D

Tints of Conifer #AFFD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.85%

R = 33.59%
G = 48.56%
B = 17.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#AFFD5D (or 0xAFFD5D) is known color: Conifer. HEX triplet: AF, FD and 5D. RGB value is (175,253,93). Sum of RGB (Red+Green+Blue) = 175+253+93=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD5D is #5002A2. Grayscale: #D3D3D3. Windows color (decimal): -5243555 or 6159791. OLE color: 6159791.

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

Color convert

RGB 175 253 93 -
CMYK 0.31 0 0.63 0.01
HSL 89.25º 0.98% 0.68% -
HSV(B) 89.25º 0.63% 0.99% -
XYZ 54.78 80.15 22.94 -
YUV 211.44 61.16 102.01 -
System Red Green Blue C M Y K H S L
Decimal 175 253 93 0.31 0 0.63 0.01 89.25 0.98 0.68
Hex AF FD 5D 1F 0 3F 1 59 62 44
Octal 257 375 135 37 0 77 1 131 142 104
Binary 10101111 11111101 1011101 11111 0 111111 1 1011001 1100010 1000100

Color Harmonies of #AFFD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD5D

Black with #AFFD5D

Text Example


Text Example

White with #AFFD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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