Html Css Color HEX #AFF66D Sulu

📋 copy color: '#AFF66D'

red 175 ◦ green 246 ◦ blue 109

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

Shades of Sulu #AFF66D

Tints of Sulu #AFF66D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.42%

 BLUE value IS 109 (42.97% from 255) = 20.57%

R = 33.02%
G = 46.42%
B = 20.57%

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

#AFF66D (or 0xAFF66D) is known color: Sulu. HEX triplet: AF, F6 and 6D. RGB value is (175,246,109). Sum of RGB (Red+Green+Blue) = 175+246+109=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF66D is #500992. Grayscale: #D1D1D1. Windows color (decimal): -5245331 or 7206575. OLE color: 7206575.

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

Color convert

RGB 175 246 109 -
CMYK 0.29 0 0.56 0.04
HSL 91.09º 0.88% 0.7% -
HSV(B) 91.09º 0.56% 0.96% -
XYZ 53.4 76.13 26.35 -
YUV 209.15 71.48 103.64 -
System Red Green Blue C M Y K H S L
Decimal 175 246 109 0.29 0 0.56 0.04 91.09 0.88 0.7
Hex AF F6 6D 1D 0 38 4 5B 58 46
Octal 257 366 155 35 0 70 4 133 130 106
Binary 10101111 11110110 1101101 11101 0 111000 100 1011011 1011000 1000110

Color Harmonies of #AFF66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF66D

Black with #AFF66D

Text Example


Text Example

White with #AFF66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF66D; }

 p { color: rgb(175,246,109); }

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

background-color css

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

 a { background-color: rgb(175,246,109); }

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

border-color css

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

 span { border-color: rgb(175,246,109); }

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