Html Css Color HEX #AFF869 Sulu

📋 copy color: '#AFF869'

red 175 ◦ green 248 ◦ blue 105

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

Shades of Sulu #AFF869

Tints of Sulu #AFF869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.89%

R = 33.14%
G = 46.97%
B = 19.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#AFF869 (or 0xAFF869) is known color: Sulu. HEX triplet: AF, F8 and 69. RGB value is (175,248,105). Sum of RGB (Red+Green+Blue) = 175+248+105=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF869 is #500796. Grayscale: #D2D2D2. Windows color (decimal): -5244823 or 6944943. OLE color: 6944943.

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

Color convert

RGB 175 248 105 -
CMYK 0.29 0 0.58 0.03
HSL 90.63º 0.91% 0.69% -
HSV(B) 90.63º 0.58% 0.97% -
XYZ 53.8 77.27 25.44 -
YUV 209.87 68.82 103.13 -
System Red Green Blue C M Y K H S L
Decimal 175 248 105 0.29 0 0.58 0.03 90.63 0.91 0.69
Hex AF F8 69 1D 0 3A 3 5B 5B 45
Octal 257 370 151 35 0 72 3 133 133 105
Binary 10101111 11111000 1101001 11101 0 111010 11 1011011 1011011 1000101

Color Harmonies of #AFF869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF869

Black with #AFF869

Text Example


Text Example

White with #AFF869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF869; }

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

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

background-color css

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

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

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

border-color css

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

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

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