Html Css Color HEX #AFF85D Conifer

📋 copy color: '#AFF85D'

red 175 ◦ green 248 ◦ blue 93

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

Shades of Conifer #AFF85D

Tints of Conifer #AFF85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.06%

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

R = 33.91%
G = 48.06%
B = 18.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#AFF85D (or 0xAFF85D) is known color: Conifer. HEX triplet: AF, F8 and 5D. RGB value is (175,248,93). Sum of RGB (Red+Green+Blue) = 175+248+93=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF85D is #5007A2. Grayscale: #D1D1D1. Windows color (decimal): -5244835 or 6158511. OLE color: 6158511.

HSL color Cylindrical-coordinate representation of color #AFF85D: hue angle of 88.26º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFF85D is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 93 -
CMYK 0.29 0 0.62 0.03
HSL 88.26º 0.92% 0.67% -
HSV(B) 88.26º 0.63% 0.97% -
XYZ 53.22 77.04 22.42 -
YUV 208.5 62.82 104.1 -
System Red Green Blue C M Y K H S L
Decimal 175 248 93 0.29 0 0.62 0.03 88.26 0.92 0.67
Hex AF F8 5D 1D 0 3E 3 58 5C 43
Octal 257 370 135 35 0 76 3 130 134 103
Binary 10101111 11111000 1011101 11101 0 111110 11 1011000 1011100 1000011

Color Harmonies of #AFF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF85D

Black with #AFF85D

Text Example


Text Example

White with #AFF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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