Html Css Color HEX #AFF365 Conifer

📋 copy color: '#AFF365'

red 175 ◦ green 243 ◦ blue 101

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

Shades of Conifer #AFF365

Tints of Conifer #AFF365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.46%

R = 33.72%
G = 46.82%
B = 19.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#AFF365 (or 0xAFF365) is known color: Conifer. HEX triplet: AF, F3 and 65. RGB value is (175,243,101). Sum of RGB (Red+Green+Blue) = 175+243+101=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF365 is #500C9A. Grayscale: #CECECE. Windows color (decimal): -5246107 or 6681519. OLE color: 6681519.

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

Color convert

RGB 175 243 101 -
CMYK 0.28 0 0.58 0.05
HSL 88.73º 0.86% 0.67% -
HSV(B) 88.73º 0.58% 0.95% -
XYZ 52.08 74.15 23.88 -
YUV 206.48 68.47 105.55 -
System Red Green Blue C M Y K H S L
Decimal 175 243 101 0.28 0 0.58 0.05 88.73 0.86 0.67
Hex AF F3 65 1C 0 3A 5 59 56 43
Octal 257 363 145 34 0 72 5 131 126 103
Binary 10101111 11110011 1100101 11100 0 111010 101 1011001 1010110 1000011

Color Harmonies of #AFF365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF365

Black with #AFF365

Text Example


Text Example

White with #AFF365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF365; }

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

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

background-color css

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

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

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

border-color css

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

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

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