Html Css Color HEX #AFF65E Conifer

📋 copy color: '#AFF65E'

red 175 ◦ green 246 ◦ blue 94

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

Shades of Conifer #AFF65E

Tints of Conifer #AFF65E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.77%

 BLUE value IS 94 (37.11% from 255) = 18.25%

R = 33.98%
G = 47.77%
B = 18.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#AFF65E (or 0xAFF65E) is known color: Conifer. HEX triplet: AF, F6 and 5E. RGB value is (175,246,94). Sum of RGB (Red+Green+Blue) = 175+246+94=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF65E is #5009A1. Grayscale: #CFCFCF. Windows color (decimal): -5245346 or 6223535. OLE color: 6223535.

HSL color Cylindrical-coordinate representation of color #AFF65E: hue angle of 88.03º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFF65E is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 94 -
CMYK 0.29 0 0.62 0.04
HSL 88.03º 0.89% 0.67% -
HSV(B) 88.03º 0.62% 0.96% -
XYZ 52.66 75.83 22.45 -
YUV 207.44 63.98 104.86 -
System Red Green Blue C M Y K H S L
Decimal 175 246 94 0.29 0 0.62 0.04 88.03 0.89 0.67
Hex AF F6 5E 1D 0 3E 4 58 59 43
Octal 257 366 136 35 0 76 4 130 131 103
Binary 10101111 11110110 1011110 11101 0 111110 100 1011000 1011001 1000011

Color Harmonies of #AFF65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF65E

Black with #AFF65E

Text Example


Text Example

White with #AFF65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF65E; }

 p { color: rgb(175,246,94); }

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

background-color css

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

 a { background-color: rgb(175,246,94); }

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

border-color css

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

 span { border-color: rgb(175,246,94); }

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