Html Css Color HEX #AFEE73 Sulu

📋 copy color: '#AFEE73'

red 175 ◦ green 238 ◦ blue 115

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

Shades of Sulu #AFEE73

Tints of Sulu #AFEE73

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.08%

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

R = 33.14%
G = 45.08%
B = 21.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#AFEE73 (or 0xAFEE73) is known color: Sulu. HEX triplet: AF, EE and 73. RGB value is (175,238,115). Sum of RGB (Red+Green+Blue) = 175+238+115=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE73 is #50118C. Grayscale: #CDCDCD. Windows color (decimal): -5247373 or 7597743. OLE color: 7597743.

HSL color Cylindrical-coordinate representation of color #AFEE73: hue angle of 90.73º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFEE73 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 115 -
CMYK 0.26 0 0.52 0.07
HSL 90.73º 0.78% 0.69% -
HSV(B) 90.73º 0.52% 0.93% -
XYZ 51.35 71.5 27.31 -
YUV 205.14 77.13 106.5 -
System Red Green Blue C M Y K H S L
Decimal 175 238 115 0.26 0 0.52 0.07 90.73 0.78 0.69
Hex AF EE 73 1A 0 34 7 5B 4E 45
Octal 257 356 163 32 0 64 7 133 116 105
Binary 10101111 11101110 1110011 11010 0 110100 111 1011011 1001110 1000101

Color Harmonies of #AFEE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE73

Black with #AFEE73

Text Example


Text Example

White with #AFEE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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