Html Css Color HEX #AFF355 Conifer

📋 copy color: '#AFF355'

red 175 ◦ green 243 ◦ blue 85

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

Shades of Conifer #AFF355

Tints of Conifer #AFF355

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.31%

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

R = 34.79%
G = 48.31%
B = 16.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#AFF355 (or 0xAFF355) is known color: Conifer. HEX triplet: AF, F3 and 55. RGB value is (175,243,85). Sum of RGB (Red+Green+Blue) = 175+243+85=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF355 is #500CAA. Grayscale: #CDCDCD. Windows color (decimal): -5246123 or 5632943. OLE color: 5632943.

HSL color Cylindrical-coordinate representation of color #AFF355: hue angle of 85.82º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFF355 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 85 -
CMYK 0.28 0 0.65 0.05
HSL 85.82º 0.87% 0.64% -
HSV(B) 85.82º 0.65% 0.95% -
XYZ 51.37 73.87 20.15 -
YUV 204.66 60.47 106.85 -
System Red Green Blue C M Y K H S L
Decimal 175 243 85 0.28 0 0.65 0.05 85.82 0.87 0.64
Hex AF F3 55 1C 0 41 5 56 57 40
Octal 257 363 125 34 0 101 5 126 127 100
Binary 10101111 11110011 1010101 11100 0 1000001 101 1010110 1010111 1000000

Color Harmonies of #AFF355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF355

Black with #AFF355

Text Example


Text Example

White with #AFF355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF355; }

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

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

background-color css

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

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

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

border-color css

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

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

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