Html Css Color HEX #AFF472 Sulu

📋 copy color: '#AFF472'

red 175 ◦ green 244 ◦ blue 114

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

Shades of Sulu #AFF472

Tints of Sulu #AFF472

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.78%

 BLUE value IS 114 (44.92% from 255) = 21.39%

R = 32.83%
G = 45.78%
B = 21.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#AFF472 (or 0xAFF472) is known color: Sulu. HEX triplet: AF, F4 and 72. RGB value is (175,244,114). Sum of RGB (Red+Green+Blue) = 175+244+114=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF472 is #500B8D. Grayscale: #D0D0D0. Windows color (decimal): -5245838 or 7533743. OLE color: 7533743.

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

Color convert

RGB 175 244 114 -
CMYK 0.28 0 0.53 0.04
HSL 91.85º 0.86% 0.7% -
HSV(B) 91.85º 0.53% 0.96% -
XYZ 53.07 75.03 27.6 -
YUV 208.55 74.64 104.07 -
System Red Green Blue C M Y K H S L
Decimal 175 244 114 0.28 0 0.53 0.04 91.85 0.86 0.7
Hex AF F4 72 1C 0 35 4 5C 56 46
Octal 257 364 162 34 0 65 4 134 126 106
Binary 10101111 11110100 1110010 11100 0 110101 100 1011100 1010110 1000110

Color Harmonies of #AFF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF472

Black with #AFF472

Text Example


Text Example

White with #AFF472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF472; }

 p { color: rgb(175,244,114); }

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

background-color css

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

 a { background-color: rgb(175,244,114); }

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

border-color css

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

 span { border-color: rgb(175,244,114); }

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