Html Css Color HEX #AFFA75 Sulu

📋 copy color: '#AFFA75'

red 175 ◦ green 250 ◦ blue 117

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

Shades of Sulu #AFFA75

Tints of Sulu #AFFA75

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.13%

 BLUE value IS 117 (46.09% from 255) = 21.59%

R = 32.29%
G = 46.13%
B = 21.59%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#AFFA75 (or 0xAFFA75) is known color: Sulu. HEX triplet: AF, FA and 75. RGB value is (175,250,117). Sum of RGB (Red+Green+Blue) = 175+250+117=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFA75 is #50058A. Grayscale: #D4D4D4. Windows color (decimal): -5244299 or 7731887. OLE color: 7731887.

HSL color Cylindrical-coordinate representation of color #AFFA75: hue angle of 93.83º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFFA75 is Cyan = 0.3, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 117 -
CMYK 0.3 0 0.53 0.02
HSL 93.83º 0.93% 0.72% -
HSV(B) 93.83º 0.53% 0.98% -
XYZ 55.08 78.77 29.13 -
YUV 212.41 74.15 101.31 -
System Red Green Blue C M Y K H S L
Decimal 175 250 117 0.3 0 0.53 0.02 93.83 0.93 0.72
Hex AF FA 75 1E 0 35 2 5E 5D 48
Octal 257 372 165 36 0 65 2 136 135 110
Binary 10101111 11111010 1110101 11110 0 110101 10 1011110 1011101 1001000

Color Harmonies of #AFFA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFA75

Black with #AFFA75

Text Example


Text Example

White with #AFFA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFA75; }

 p { color: rgb(175,250,117); }

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

background-color css

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

 a { background-color: rgb(175,250,117); }

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

border-color css

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

 span { border-color: rgb(175,250,117); }

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