Html Css Color HEX #9DFCB4 Celadon

📋 copy color: '#9DFCB4'

red 157 ◦ green 252 ◦ blue 180

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

Shades of Celadon #9DFCB4

Tints of Celadon #9DFCB4

RGB

 RED value IS 157 (61.72% from 255) = 26.66%

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

 BLUE value IS 180 (70.7% from 255) = 30.56%

R = 26.66%
G = 42.78%
B = 30.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#9DFCB4 (or 0x9DFCB4) is known color: Celadon. HEX triplet: 9D, FC and B4. RGB value is (157,252,180). Sum of RGB (Red+Green+Blue) = 157+252+180=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFCB4 is #62034B. Grayscale: #D7D7D7. Windows color (decimal): -6423372 or 11861149. OLE color: 11861149.

HSL color Cylindrical-coordinate representation of color #9DFCB4: hue angle of 134.53º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFCB4 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 252 180 -
CMYK 0.38 0 0.29 0.01
HSL 134.53º 0.94% 0.8% -
HSV(B) 134.53º 0.38% 0.99% -
XYZ 56.95 80.08 55.64 -
YUV 215.39 108.03 86.35 -
System Red Green Blue C M Y K H S L
Decimal 157 252 180 0.38 0 0.29 0.01 134.53 0.94 0.8
Hex 9D FC B4 26 0 1D 1 87 5E 50
Octal 235 374 264 46 0 35 1 207 136 120
Binary 10011101 11111100 10110100 100110 0 11101 1 10000111 1011110 1010000

Color Harmonies of #9DFCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFCB4

Black with #9DFCB4

Text Example


Text Example

White with #9DFCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DFCB4; }

 p { color: rgb(157,252,180); }

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

background-color css

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

 a { background-color: rgb(157,252,180); }

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

border-color css

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

 span { border-color: rgb(157,252,180); }

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