Html Css Color HEX #AFF352 Conifer

📋 copy color: '#AFF352'

red 175 ◦ green 243 ◦ blue 82

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

Shades of Conifer #AFF352

Tints of Conifer #AFF352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.4%

R = 35%
G = 48.6%
B = 16.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#AFF352 (or 0xAFF352) is known color: Conifer. HEX triplet: AF, F3 and 52. RGB value is (175,243,82). Sum of RGB (Red+Green+Blue) = 175+243+82=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF352 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF352 is #500CAD. Grayscale: #CCCCCC. Windows color (decimal): -5246126 or 5436335. OLE color: 5436335.

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

Color convert

RGB 175 243 82 -
CMYK 0.28 0 0.66 0.05
HSL 85.34º 0.87% 0.64% -
HSV(B) 85.34º 0.66% 0.95% -
XYZ 51.25 73.82 19.53 -
YUV 204.31 58.97 107.09 -
System Red Green Blue C M Y K H S L
Decimal 175 243 82 0.28 0 0.66 0.05 85.34 0.87 0.64
Hex AF F3 52 1C 0 42 5 55 57 40
Octal 257 363 122 34 0 102 5 125 127 100
Binary 10101111 11110011 1010010 11100 0 1000010 101 1010101 1010111 1000000

Color Harmonies of #AFF352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF352

Black with #AFF352

Text Example


Text Example

White with #AFF352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF352; }

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

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

background-color css

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

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

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

border-color css

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

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

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