Html Css Color HEX #AFF86B Sulu

📋 copy color: '#AFF86B'

red 175 ◦ green 248 ◦ blue 107

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

Shades of Sulu #AFF86B

Tints of Sulu #AFF86B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.79%

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

R = 33.02%
G = 46.79%
B = 20.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#AFF86B (or 0xAFF86B) is known color: Sulu. HEX triplet: AF, F8 and 6B. RGB value is (175,248,107). Sum of RGB (Red+Green+Blue) = 175+248+107=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF86B is #500794. Grayscale: #D2D2D2. Windows color (decimal): -5244821 or 7076015. OLE color: 7076015.

HSL color Cylindrical-coordinate representation of color #AFF86B: hue angle of 91.06º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFF86B is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 107 -
CMYK 0.29 0 0.57 0.03
HSL 91.06º 0.91% 0.7% -
HSV(B) 91.06º 0.57% 0.97% -
XYZ 53.9 77.31 25.99 -
YUV 210.1 69.82 102.96 -
System Red Green Blue C M Y K H S L
Decimal 175 248 107 0.29 0 0.57 0.03 91.06 0.91 0.7
Hex AF F8 6B 1D 0 39 3 5B 5B 46
Octal 257 370 153 35 0 71 3 133 133 106
Binary 10101111 11111000 1101011 11101 0 111001 11 1011011 1011011 1000110

Color Harmonies of #AFF86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF86B

Black with #AFF86B

Text Example


Text Example

White with #AFF86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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