Html Css Color HEX #AFF76C Sulu

📋 copy color: '#AFF76C'

red 175 ◦ green 247 ◦ blue 108

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

Shades of Sulu #AFF76C

Tints of Sulu #AFF76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.38%

R = 33.02%
G = 46.6%
B = 20.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#AFF76C (or 0xAFF76C) is known color: Sulu. HEX triplet: AF, F7 and 6C. RGB value is (175,247,108). Sum of RGB (Red+Green+Blue) = 175+247+108=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF76C is #500893. Grayscale: #D2D2D2. Windows color (decimal): -5245076 or 7141295. OLE color: 7141295.

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

Color convert

RGB 175 247 108 -
CMYK 0.29 0 0.56 0.03
HSL 91.08º 0.9% 0.7% -
HSV(B) 91.08º 0.56% 0.97% -
XYZ 53.65 76.72 26.17 -
YUV 209.63 70.65 103.3 -
System Red Green Blue C M Y K H S L
Decimal 175 247 108 0.29 0 0.56 0.03 91.08 0.9 0.7
Hex AF F7 6C 1D 0 38 3 5B 5A 46
Octal 257 367 154 35 0 70 3 133 132 106
Binary 10101111 11110111 1101100 11101 0 111000 11 1011011 1011010 1000110

Color Harmonies of #AFF76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF76C

Black with #AFF76C

Text Example


Text Example

White with #AFF76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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