Html Css Color HEX #AFF271 Sulu

📋 copy color: '#AFF271'

red 175 ◦ green 242 ◦ blue 113

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

Shades of Sulu #AFF271

Tints of Sulu #AFF271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.32%

R = 33.02%
G = 45.66%
B = 21.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#AFF271 (or 0xAFF271) is known color: Sulu. HEX triplet: AF, F2 and 71. RGB value is (175,242,113). Sum of RGB (Red+Green+Blue) = 175+242+113=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF271 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF271 is #500D8E. Grayscale: #CFCFCF. Windows color (decimal): -5246351 or 7467695. OLE color: 7467695.

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

Color convert

RGB 175 242 113 -
CMYK 0.28 0 0.53 0.05
HSL 91.16º 0.83% 0.7% -
HSV(B) 91.16º 0.53% 0.95% -
XYZ 52.41 73.81 27.11 -
YUV 207.26 74.8 104.99 -
System Red Green Blue C M Y K H S L
Decimal 175 242 113 0.28 0 0.53 0.05 91.16 0.83 0.7
Hex AF F2 71 1C 0 35 5 5B 53 46
Octal 257 362 161 34 0 65 5 133 123 106
Binary 10101111 11110010 1110001 11100 0 110101 101 1011011 1010011 1000110

Color Harmonies of #AFF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF271

Black with #AFF271

Text Example


Text Example

White with #AFF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF271; }

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

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

background-color css

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

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

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

border-color css

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

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

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