Html Css Color HEX #AFEE70 Sulu

📋 copy color: '#AFEE70'

red 175 ◦ green 238 ◦ blue 112

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

Shades of Sulu #AFEE70

Tints of Sulu #AFEE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.33%

R = 33.33%
G = 45.33%
B = 21.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#AFEE70 (or 0xAFEE70) is known color: Sulu. HEX triplet: AF, EE and 70. RGB value is (175,238,112). Sum of RGB (Red+Green+Blue) = 175+238+112=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE70 is #50118F. Grayscale: #CDCDCD. Windows color (decimal): -5247376 or 7401135. OLE color: 7401135.

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

Color convert

RGB 175 238 112 -
CMYK 0.26 0 0.53 0.07
HSL 90º 0.79% 0.69% -
HSV(B) 90º 0.53% 0.93% -
XYZ 51.18 71.43 26.42 -
YUV 204.8 75.63 106.75 -
System Red Green Blue C M Y K H S L
Decimal 175 238 112 0.26 0 0.53 0.07 90 0.79 0.69
Hex AF EE 70 1A 0 35 7 5A 4F 45
Octal 257 356 160 32 0 65 7 132 117 105
Binary 10101111 11101110 1110000 11010 0 110101 111 1011010 1001111 1000101

Color Harmonies of #AFEE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE70

Black with #AFEE70

Text Example


Text Example

White with #AFEE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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