Html Css Color HEX #AFF273 Sulu

📋 copy color: '#AFF273'

red 175 ◦ green 242 ◦ blue 115

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

Shades of Sulu #AFF273

Tints of Sulu #AFF273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.62%

R = 32.89%
G = 45.49%
B = 21.62%

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

#AFF273 (or 0xAFF273) is known color: Sulu. HEX triplet: AF, F2 and 73. RGB value is (175,242,115). Sum of RGB (Red+Green+Blue) = 175+242+115=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF273 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF273 is #500D8C. Grayscale: #CFCFCF. Windows color (decimal): -5246349 or 7598767. OLE color: 7598767.

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

Color convert

RGB 175 242 115 -
CMYK 0.28 0 0.52 0.05
HSL 91.65º 0.83% 0.7% -
HSV(B) 91.65º 0.52% 0.95% -
XYZ 52.53 73.86 27.71 -
YUV 207.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 175 242 115 0.28 0 0.52 0.05 91.65 0.83 0.7
Hex AF F2 73 1C 0 34 5 5C 53 46
Octal 257 362 163 34 0 64 5 134 123 106
Binary 10101111 11110010 1110011 11100 0 110100 101 1011100 1010011 1000110

Color Harmonies of #AFF273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF273

Black with #AFF273

Text Example


Text Example

White with #AFF273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF273; }

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

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

background-color css

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

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

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

border-color css

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

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

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