Html Css Color HEX #AFF075 Sulu

📋 copy color: '#AFF075'

red 175 ◦ green 240 ◦ blue 117

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

Shades of Sulu #AFF075

Tints of Sulu #AFF075

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.11%

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

R = 32.89%
G = 45.11%
B = 21.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#AFF075 (or 0xAFF075) is known color: Sulu. HEX triplet: AF, F0 and 75. RGB value is (175,240,117). Sum of RGB (Red+Green+Blue) = 175+240+117=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF075 is #500F8A. Grayscale: #CECECE. Windows color (decimal): -5246859 or 7729327. OLE color: 7729327.

HSL color Cylindrical-coordinate representation of color #AFF075: hue angle of 91.71º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFF075 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 117 -
CMYK 0.27 0 0.51 0.06
HSL 91.71º 0.8% 0.7% -
HSV(B) 91.71º 0.51% 0.94% -
XYZ 52.05 72.72 28.12 -
YUV 206.54 77.47 105.5 -
System Red Green Blue C M Y K H S L
Decimal 175 240 117 0.27 0 0.51 0.06 91.71 0.8 0.7
Hex AF F0 75 1B 0 33 6 5C 50 46
Octal 257 360 165 33 0 63 6 134 120 106
Binary 10101111 11110000 1110101 11011 0 110011 110 1011100 1010000 1000110

Color Harmonies of #AFF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF075

Black with #AFF075

Text Example


Text Example

White with #AFF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF075; }

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

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

background-color css

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

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

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

border-color css

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

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

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