Html Css Color HEX #AFF56B Sulu

📋 copy color: '#AFF56B'

red 175 ◦ green 245 ◦ blue 107

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

Shades of Sulu #AFF56B

Tints of Sulu #AFF56B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.49%

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

R = 33.21%
G = 46.49%
B = 20.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#AFF56B (or 0xAFF56B) is known color: Sulu. HEX triplet: AF, F5 and 6B. RGB value is (175,245,107). Sum of RGB (Red+Green+Blue) = 175+245+107=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF56B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF56B is #500A94. Grayscale: #D0D0D0. Windows color (decimal): -5245589 or 7075247. OLE color: 7075247.

HSL color Cylindrical-coordinate representation of color #AFF56B: hue angle of 90.43º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF56B is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 107 -
CMYK 0.29 0 0.56 0.04
HSL 90.43º 0.87% 0.69% -
HSV(B) 90.43º 0.56% 0.96% -
XYZ 52.99 75.48 25.69 -
YUV 208.34 70.81 104.22 -
System Red Green Blue C M Y K H S L
Decimal 175 245 107 0.29 0 0.56 0.04 90.43 0.87 0.69
Hex AF F5 6B 1D 0 38 4 5A 57 45
Octal 257 365 153 35 0 70 4 132 127 105
Binary 10101111 11110101 1101011 11101 0 111000 100 1011010 1010111 1000101

Color Harmonies of #AFF56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF56B

Black with #AFF56B

Text Example


Text Example

White with #AFF56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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