Html Css Color HEX #AFFC7D Sulu

📋 copy color: '#AFFC7D'

red 175 ◦ green 252 ◦ blue 125

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

Shades of Sulu #AFFC7D

Tints of Sulu #AFFC7D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.65%

 BLUE value IS 125 (49.22% from 255) = 22.64%

R = 31.7%
G = 45.65%
B = 22.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#AFFC7D (or 0xAFFC7D) is known color: Sulu. HEX triplet: AF, FC and 7D. RGB value is (175,252,125). Sum of RGB (Red+Green+Blue) = 175+252+125=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC7D is #500382. Grayscale: #D6D6D6. Windows color (decimal): -5243779 or 8256687. OLE color: 8256687.

HSL color Cylindrical-coordinate representation of color #AFFC7D: hue angle of 96.38º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFFC7D is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 125 -
CMYK 0.31 0 0.50 0.01
HSL 96.38º 0.95% 0.74% -
HSV(B) 96.38º 0.5% 0.99% -
XYZ 56.19 80.22 31.92 -
YUV 214.5 77.49 99.83 -
System Red Green Blue C M Y K H S L
Decimal 175 252 125 0.31 0 0.50 0.01 96.38 0.95 0.74
Hex AF FC 7D 1F 0 32 1 60 5F 4A
Octal 257 374 175 37 0 62 1 140 137 112
Binary 10101111 11111100 1111101 11111 0 110010 1 1100000 1011111 1001010

Color Harmonies of #AFFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC7D

Black with #AFFC7D

Text Example


Text Example

White with #AFFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC7D; }

 p { color: rgb(175,252,125); }

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

background-color css

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

 a { background-color: rgb(175,252,125); }

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

border-color css

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

 span { border-color: rgb(175,252,125); }

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