Html Css Color HEX #AFF67C Sulu

📋 copy color: '#AFF67C'

red 175 ◦ green 246 ◦ blue 124

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

Shades of Sulu #AFF67C

Tints of Sulu #AFF67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.75%

R = 32.11%
G = 45.14%
B = 22.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#AFF67C (or 0xAFF67C) is known color: Sulu. HEX triplet: AF, F6 and 7C. RGB value is (175,246,124). Sum of RGB (Red+Green+Blue) = 175+246+124=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF67C is #500983. Grayscale: #D3D3D3. Windows color (decimal): -5245316 or 8189615. OLE color: 8189615.

HSL color Cylindrical-coordinate representation of color #AFF67C: hue angle of 94.92º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF67C is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 124 -
CMYK 0.29 0 0.50 0.04
HSL 94.92º 0.87% 0.73% -
HSV(B) 94.92º 0.5% 0.96% -
XYZ 54.27 76.48 30.97 -
YUV 210.86 78.98 102.42 -
System Red Green Blue C M Y K H S L
Decimal 175 246 124 0.29 0 0.50 0.04 94.92 0.87 0.73
Hex AF F6 7C 1D 0 32 4 5F 57 49
Octal 257 366 174 35 0 62 4 137 127 111
Binary 10101111 11110110 1111100 11101 0 110010 100 1011111 1010111 1001001

Color Harmonies of #AFF67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF67C

Black with #AFF67C

Text Example


Text Example

White with #AFF67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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