Html Css Color HEX #AFF072 Sulu

📋 copy color: '#AFF072'

red 175 ◦ green 240 ◦ blue 114

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

Shades of Sulu #AFF072

Tints of Sulu #AFF072

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.37%

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

R = 33.08%
G = 45.37%
B = 21.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#AFF072 (or 0xAFF072) is known color: Sulu. HEX triplet: AF, F0 and 72. RGB value is (175,240,114). Sum of RGB (Red+Green+Blue) = 175+240+114=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF072 is #500F8D. Grayscale: #CECECE. Windows color (decimal): -5246862 or 7532719. OLE color: 7532719.

HSL color Cylindrical-coordinate representation of color #AFF072: hue angle of 90.95º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFF072 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 114 -
CMYK 0.27 0 0.52 0.06
HSL 90.95º 0.81% 0.69% -
HSV(B) 90.95º 0.53% 0.94% -
XYZ 51.88 72.65 27.21 -
YUV 206.2 75.97 105.75 -
System Red Green Blue C M Y K H S L
Decimal 175 240 114 0.27 0 0.52 0.06 90.95 0.81 0.69
Hex AF F0 72 1B 0 34 6 5B 51 45
Octal 257 360 162 33 0 64 6 133 121 105
Binary 10101111 11110000 1110010 11011 0 110100 110 1011011 1010001 1000101

Color Harmonies of #AFF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF072

Black with #AFF072

Text Example


Text Example

White with #AFF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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