Html Css Color HEX #AFFC7B Sulu

📋 copy color: '#AFFC7B'

red 175 ◦ green 252 ◦ blue 123

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

Shades of Sulu #AFFC7B

Tints of Sulu #AFFC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.36%

R = 31.82%
G = 45.82%
B = 22.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#AFFC7B (or 0xAFFC7B) is known color: Sulu. HEX triplet: AF, FC and 7B. RGB value is (175,252,123). Sum of RGB (Red+Green+Blue) = 175+252+123=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC7B is #500384. Grayscale: #D6D6D6. Windows color (decimal): -5243781 or 8125615. OLE color: 8125615.

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

Color convert

RGB 175 252 123 -
CMYK 0.31 0 0.51 0.01
HSL 95.81º 0.96% 0.74% -
HSV(B) 95.81º 0.51% 0.99% -
XYZ 56.06 80.16 31.26 -
YUV 214.27 76.49 99.99 -
System Red Green Blue C M Y K H S L
Decimal 175 252 123 0.31 0 0.51 0.01 95.81 0.96 0.74
Hex AF FC 7B 1F 0 33 1 60 60 4A
Octal 257 374 173 37 0 63 1 140 140 112
Binary 10101111 11111100 1111011 11111 0 110011 1 1100000 1100000 1001010

Color Harmonies of #AFFC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC7B

Black with #AFFC7B

Text Example


Text Example

White with #AFFC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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