Html Css Color HEX #AFF272 Sulu

📋 copy color: '#AFF272'

red 175 ◦ green 242 ◦ blue 114

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

Shades of Sulu #AFF272

Tints of Sulu #AFF272

RGB

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

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

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

R = 32.96%
G = 45.57%
B = 21.47%

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

#AFF272 (or 0xAFF272) is known color: Sulu. HEX triplet: AF, F2 and 72. RGB value is (175,242,114). Sum of RGB (Red+Green+Blue) = 175+242+114=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF272 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF272 is #500D8D. Grayscale: #CFCFCF. Windows color (decimal): -5246350 or 7533231. OLE color: 7533231.

HSL color Cylindrical-coordinate representation of color #AFF272: hue angle of 91.41º 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 #AFF272 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 114 -
CMYK 0.28 0 0.53 0.05
HSL 91.41º 0.83% 0.7% -
HSV(B) 91.41º 0.53% 0.95% -
XYZ 52.47 73.83 27.41 -
YUV 207.38 75.3 104.91 -
System Red Green Blue C M Y K H S L
Decimal 175 242 114 0.28 0 0.53 0.05 91.41 0.83 0.7
Hex AF F2 72 1C 0 35 5 5B 53 46
Octal 257 362 162 34 0 65 5 133 123 106
Binary 10101111 11110010 1110010 11100 0 110101 101 1011011 1010011 1000110

Color Harmonies of #AFF272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF272

Black with #AFF272

Text Example


Text Example

White with #AFF272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF272; }

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

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

background-color css

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

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

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

border-color css

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

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

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