Html Css Color HEX #AFF16B Sulu

📋 copy color: '#AFF16B'

red 175 ◦ green 241 ◦ blue 107

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

Shades of Sulu #AFF16B

Tints of Sulu #AFF16B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.08%

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

R = 33.46%
G = 46.08%
B = 20.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#AFF16B (or 0xAFF16B) is known color: Sulu. HEX triplet: AF, F1 and 6B. RGB value is (175,241,107). Sum of RGB (Red+Green+Blue) = 175+241+107=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF16B is #500E94. Grayscale: #CECECE. Windows color (decimal): -5246613 or 7074223. OLE color: 7074223.

HSL color Cylindrical-coordinate representation of color #AFF16B: hue angle of 89.55º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF16B is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 107 -
CMYK 0.27 0 0.56 0.05
HSL 89.55º 0.83% 0.68% -
HSV(B) 89.55º 0.56% 0.95% -
XYZ 51.79 73.09 25.29 -
YUV 205.99 72.13 105.9 -
System Red Green Blue C M Y K H S L
Decimal 175 241 107 0.27 0 0.56 0.05 89.55 0.83 0.68
Hex AF F1 6B 1B 0 38 5 5A 53 44
Octal 257 361 153 33 0 70 5 132 123 104
Binary 10101111 11110001 1101011 11011 0 111000 101 1011010 1010011 1000100

Color Harmonies of #AFF16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF16B

Black with #AFF16B

Text Example


Text Example

White with #AFF16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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