Html Css Color HEX #AFF275 Sulu

📋 copy color: '#AFF275'

red 175 ◦ green 242 ◦ blue 117

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

Shades of Sulu #AFF275

Tints of Sulu #AFF275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.32%

 BLUE value IS 117 (46.09% from 255) = 21.91%

R = 32.77%
G = 45.32%
B = 21.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#AFF275 (or 0xAFF275) is known color: Sulu. HEX triplet: AF, F2 and 75. RGB value is (175,242,117). Sum of RGB (Red+Green+Blue) = 175+242+117=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF275 is #500D8A. Grayscale: #D0D0D0. Windows color (decimal): -5246347 or 7729839. OLE color: 7729839.

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

Color convert

RGB 175 242 117 -
CMYK 0.28 0 0.52 0.05
HSL 92.16º 0.83% 0.7% -
HSV(B) 92.16º 0.52% 0.95% -
XYZ 52.64 73.9 28.32 -
YUV 207.72 76.8 104.66 -
System Red Green Blue C M Y K H S L
Decimal 175 242 117 0.28 0 0.52 0.05 92.16 0.83 0.7
Hex AF F2 75 1C 0 34 5 5C 53 46
Octal 257 362 165 34 0 64 5 134 123 106
Binary 10101111 11110010 1110101 11100 0 110100 101 1011100 1010011 1000110

Color Harmonies of #AFF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF275

Black with #AFF275

Text Example


Text Example

White with #AFF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF275; }

 p { color: rgb(175,242,117); }

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

background-color css

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

 a { background-color: rgb(175,242,117); }

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

border-color css

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

 span { border-color: rgb(175,242,117); }

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