Html Css Color HEX #AFFC77 Sulu

📋 copy color: '#AFFC77'

red 175 ◦ green 252 ◦ blue 119

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

Shades of Sulu #AFFC77

Tints of Sulu #AFFC77

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.15%

 BLUE value IS 119 (46.88% from 255) = 21.79%

R = 32.05%
G = 46.15%
B = 21.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#AFFC77 (or 0xAFFC77) is known color: Sulu. HEX triplet: AF, FC and 77. RGB value is (175,252,119). Sum of RGB (Red+Green+Blue) = 175+252+119=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC77 is #500388. Grayscale: #D6D6D6. Windows color (decimal): -5243785 or 7863471. OLE color: 7863471.

HSL color Cylindrical-coordinate representation of color #AFFC77: hue angle of 94.74º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFFC77 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 119 -
CMYK 0.31 0 0.53 0.01
HSL 94.74º 0.96% 0.73% -
HSV(B) 94.74º 0.53% 0.99% -
XYZ 55.82 80.07 29.97 -
YUV 213.82 74.49 100.31 -
System Red Green Blue C M Y K H S L
Decimal 175 252 119 0.31 0 0.53 0.01 94.74 0.96 0.73
Hex AF FC 77 1F 0 35 1 5F 60 49
Octal 257 374 167 37 0 65 1 137 140 111
Binary 10101111 11111100 1110111 11111 0 110101 1 1011111 1100000 1001001

Color Harmonies of #AFFC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC77

Black with #AFFC77

Text Example


Text Example

White with #AFFC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC77; }

 p { color: rgb(175,252,119); }

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

background-color css

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

 a { background-color: rgb(175,252,119); }

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

border-color css

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

 span { border-color: rgb(175,252,119); }

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