Html Css Color HEX #AFF453 Conifer

📋 copy color: '#AFF453'

red 175 ◦ green 244 ◦ blue 83

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

Shades of Conifer #AFF453

Tints of Conifer #AFF453

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.61%

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

R = 34.86%
G = 48.61%
B = 16.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#AFF453 (or 0xAFF453) is known color: Conifer. HEX triplet: AF, F4 and 53. RGB value is (175,244,83). Sum of RGB (Red+Green+Blue) = 175+244+83=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF453 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF453 is #500BAC. Grayscale: #CDCDCD. Windows color (decimal): -5245869 or 5502127. OLE color: 5502127.

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

Color convert

RGB 175 244 83 -
CMYK 0.28 0 0.66 0.04
HSL 85.71º 0.88% 0.64% -
HSV(B) 85.71º 0.66% 0.96% -
XYZ 51.59 74.44 19.83 -
YUV 205.02 59.14 106.59 -
System Red Green Blue C M Y K H S L
Decimal 175 244 83 0.28 0 0.66 0.04 85.71 0.88 0.64
Hex AF F4 53 1C 0 42 4 56 58 40
Octal 257 364 123 34 0 102 4 126 130 100
Binary 10101111 11110100 1010011 11100 0 1000010 100 1010110 1011000 1000000

Color Harmonies of #AFF453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF453

Black with #AFF453

Text Example


Text Example

White with #AFF453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF453; }

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

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

background-color css

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

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

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

border-color css

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

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

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