Html Css Color HEX #AFE255 Conifer

📋 copy color: '#AFE255'

red 175 ◦ green 226 ◦ blue 85

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

Shades of Conifer #AFE255

Tints of Conifer #AFE255

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.5%

 BLUE value IS 85 (33.59% from 255) = 17.49%

R = 36.01%
G = 46.5%
B = 17.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#AFE255 (or 0xAFE255) is known color: Conifer. HEX triplet: AF, E2 and 55. RGB value is (175,226,85). Sum of RGB (Red+Green+Blue) = 175+226+85=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE255 is #501DAA. Grayscale: #C3C3C3. Windows color (decimal): -5250475 or 5628591. OLE color: 5628591.

HSL color Cylindrical-coordinate representation of color #AFE255: hue angle of 81.7º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFE255 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 85 -
CMYK 0.23 0 0.62 0.11
HSL 81.7º 0.71% 0.61% -
HSV(B) 81.7º 0.62% 0.89% -
XYZ 46.52 64.16 18.53 -
YUV 194.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 175 226 85 0.23 0 0.62 0.11 81.7 0.71 0.61
Hex AF E2 55 17 0 3E B 52 47 3D
Octal 257 342 125 27 0 76 13 122 107 75
Binary 10101111 11100010 1010101 10111 0 111110 1011 1010010 1000111 111101

Color Harmonies of #AFE255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE255

Black with #AFE255

Text Example


Text Example

White with #AFE255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE255; }

 p { color: rgb(175,226,85); }

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

background-color css

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

 a { background-color: rgb(175,226,85); }

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

border-color css

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

 span { border-color: rgb(175,226,85); }

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