Html Css Color HEX #AFFC78 Sulu

📋 copy color: '#AFFC78'

red 175 ◦ green 252 ◦ blue 120

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

Shades of Sulu #AFFC78

Tints of Sulu #AFFC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.94%

R = 31.99%
G = 46.07%
B = 21.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#AFFC78 (or 0xAFFC78) is known color: Sulu. HEX triplet: AF, FC and 78. RGB value is (175,252,120). Sum of RGB (Red+Green+Blue) = 175+252+120=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC78 is #500387. Grayscale: #D6D6D6. Windows color (decimal): -5243784 or 7929007. OLE color: 7929007.

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

Color convert

RGB 175 252 120 -
CMYK 0.31 0 0.52 0.01
HSL 95º 0.96% 0.73% -
HSV(B) 95º 0.52% 0.99% -
XYZ 55.88 80.09 30.28 -
YUV 213.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 175 252 120 0.31 0 0.52 0.01 95 0.96 0.73
Hex AF FC 78 1F 0 34 1 5F 60 49
Octal 257 374 170 37 0 64 1 137 140 111
Binary 10101111 11111100 1111000 11111 0 110100 1 1011111 1100000 1001001

Color Harmonies of #AFFC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC78

Black with #AFFC78

Text Example


Text Example

White with #AFFC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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