Html Css Color HEX #AFFFB1 Celadon

📋 copy color: '#AFFFB1'

red 175 ◦ green 255 ◦ blue 177

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

Shades of Celadon #AFFFB1

Tints of Celadon #AFFFB1

RGB

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

 GREEN value IS 255 (100% from 255) = 42.01%

 BLUE value IS 177 (69.53% from 255) = 29.16%

R = 28.83%
G = 42.01%
B = 29.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#AFFFB1 (or 0xAFFFB1) is known color: Celadon. HEX triplet: AF, FF and B1. RGB value is (175,255,177). Sum of RGB (Red+Green+Blue) = 175+255+177=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFFB1 is #50004E. Grayscale: #DEDEDE. Windows color (decimal): -5242959 or 11665327. OLE color: 11665327.

HSL color Cylindrical-coordinate representation of color #AFFFB1: hue angle of 121.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFB1 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 177 -
CMYK 0.31 0 0.31 0
HSL 121.5º 1% 0.84% -
HSV(B) 121.5º 0.31% 1% -
XYZ 61.38 83.81 54.54 -
YUV 222.19 102.5 94.34 -
System Red Green Blue C M Y K H S L
Decimal 175 255 177 0.31 0 0.31 0 121.5 1 0.84
Hex AF FF B1 1F 0 1F 0 7A 64 54
Octal 257 377 261 37 0 37 0 172 144 124
Binary 10101111 11111111 10110001 11111 0 11111 0 1111010 1100100 1010100

Color Harmonies of #AFFFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFB1

Black with #AFFFB1

Text Example


Text Example

White with #AFFFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFB1; }

 p { color: rgb(175,255,177); }

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

background-color css

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

 a { background-color: rgb(175,255,177); }

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

border-color css

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

 span { border-color: rgb(175,255,177); }

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