Html Css Color HEX #AFF76E Sulu

📋 copy color: '#AFF76E'

red 175 ◦ green 247 ◦ blue 110

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

Shades of Sulu #AFF76E

Tints of Sulu #AFF76E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.43%

 BLUE value IS 110 (43.36% from 255) = 20.68%

R = 32.89%
G = 46.43%
B = 20.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#AFF76E (or 0xAFF76E) is known color: Sulu. HEX triplet: AF, F7 and 6E. RGB value is (175,247,110). Sum of RGB (Red+Green+Blue) = 175+247+110=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF76E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF76E is #500891. Grayscale: #D2D2D2. Windows color (decimal): -5245074 or 7272367. OLE color: 7272367.

HSL color Cylindrical-coordinate representation of color #AFF76E: hue angle of 91.53º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFF76E is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 110 -
CMYK 0.29 0 0.55 0.03
HSL 91.53º 0.9% 0.7% -
HSV(B) 91.53º 0.55% 0.97% -
XYZ 53.75 76.76 26.74 -
YUV 209.85 71.65 103.14 -
System Red Green Blue C M Y K H S L
Decimal 175 247 110 0.29 0 0.55 0.03 91.53 0.9 0.7
Hex AF F7 6E 1D 0 37 3 5C 5A 46
Octal 257 367 156 35 0 67 3 134 132 106
Binary 10101111 11110111 1101110 11101 0 110111 11 1011100 1011010 1000110

Color Harmonies of #AFF76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF76E

Black with #AFF76E

Text Example


Text Example

White with #AFF76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF76E; }

 p { color: rgb(175,247,110); }

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

background-color css

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

 a { background-color: rgb(175,247,110); }

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

border-color css

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

 span { border-color: rgb(175,247,110); }

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