Html Css Color HEX #AFF96B Sulu

📋 copy color: '#AFF96B'

red 175 ◦ green 249 ◦ blue 107

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

Shades of Sulu #AFF96B

Tints of Sulu #AFF96B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.89%

 BLUE value IS 107 (42.19% from 255) = 20.15%

R = 32.96%
G = 46.89%
B = 20.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#AFF96B (or 0xAFF96B) is known color: Sulu. HEX triplet: AF, F9 and 6B. RGB value is (175,249,107). Sum of RGB (Red+Green+Blue) = 175+249+107=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF96B is #500694. Grayscale: #D3D3D3. Windows color (decimal): -5244565 or 7076271. OLE color: 7076271.

HSL color Cylindrical-coordinate representation of color #AFF96B: hue angle of 91.27º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFF96B is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 107 -
CMYK 0.30 0 0.57 0.02
HSL 91.27º 0.92% 0.7% -
HSV(B) 91.27º 0.57% 0.98% -
XYZ 54.21 77.93 26.09 -
YUV 210.69 69.48 102.55 -
System Red Green Blue C M Y K H S L
Decimal 175 249 107 0.30 0 0.57 0.02 91.27 0.92 0.7
Hex AF F9 6B 1E 0 39 2 5B 5C 46
Octal 257 371 153 36 0 71 2 133 134 106
Binary 10101111 11111001 1101011 11110 0 111001 10 1011011 1011100 1000110

Color Harmonies of #AFF96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF96B

Black with #AFF96B

Text Example


Text Example

White with #AFF96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF96B; }

 p { color: rgb(175,249,107); }

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

background-color css

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

 a { background-color: rgb(175,249,107); }

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

border-color css

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

 span { border-color: rgb(175,249,107); }

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