Html Css Color HEX #AFFC74 Sulu

📋 copy color: '#AFFC74'

red 175 ◦ green 252 ◦ blue 116

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

Shades of Sulu #AFFC74

Tints of Sulu #AFFC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.36%

R = 32.23%
G = 46.41%
B = 21.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#AFFC74 (or 0xAFFC74) is known color: Sulu. HEX triplet: AF, FC and 74. RGB value is (175,252,116). Sum of RGB (Red+Green+Blue) = 175+252+116=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC74 is #50038B. Grayscale: #D5D5D5. Windows color (decimal): -5243788 or 7666863. OLE color: 7666863.

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

Color convert

RGB 175 252 116 -
CMYK 0.31 0 0.54 0.01
HSL 93.97º 0.96% 0.72% -
HSV(B) 93.97º 0.54% 0.99% -
XYZ 55.64 80 29.03 -
YUV 213.47 72.99 100.56 -
System Red Green Blue C M Y K H S L
Decimal 175 252 116 0.31 0 0.54 0.01 93.97 0.96 0.72
Hex AF FC 74 1F 0 36 1 5E 60 48
Octal 257 374 164 37 0 66 1 136 140 110
Binary 10101111 11111100 1110100 11111 0 110110 1 1011110 1100000 1001000

Color Harmonies of #AFFC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC74

Black with #AFFC74

Text Example


Text Example

White with #AFFC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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