Html Css Color HEX #AFF253 Conifer

📋 copy color: '#AFF253'

red 175 ◦ green 242 ◦ blue 83

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

Shades of Conifer #AFF253

Tints of Conifer #AFF253

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.4%

 BLUE value IS 83 (32.81% from 255) = 16.6%

R = 35%
G = 48.4%
B = 16.6%

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

#AFF253 (or 0xAFF253) is known color: Conifer. HEX triplet: AF, F2 and 53. RGB value is (175,242,83). Sum of RGB (Red+Green+Blue) = 175+242+83=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF253 is #500DAC. Grayscale: #CCCCCC. Windows color (decimal): -5246381 or 5501615. OLE color: 5501615.

HSL color Cylindrical-coordinate representation of color #AFF253: hue angle of 85.28º degrees, saturation: 0.86, 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 #AFF253 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 83 -
CMYK 0.28 0 0.66 0.05
HSL 85.28º 0.86% 0.64% -
HSV(B) 85.28º 0.66% 0.95% -
XYZ 50.99 73.24 19.63 -
YUV 203.84 59.8 107.43 -
System Red Green Blue C M Y K H S L
Decimal 175 242 83 0.28 0 0.66 0.05 85.28 0.86 0.64
Hex AF F2 53 1C 0 42 5 55 56 40
Octal 257 362 123 34 0 102 5 125 126 100
Binary 10101111 11110010 1010011 11100 0 1000010 101 1010101 1010110 1000000

Color Harmonies of #AFF253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF253

Black with #AFF253

Text Example


Text Example

White with #AFF253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF253; }

 p { color: rgb(175,242,83); }

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

background-color css

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

 a { background-color: rgb(175,242,83); }

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

border-color css

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

 span { border-color: rgb(175,242,83); }

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