Html Css Color HEX #00CD6F Jade

📋 copy color: '#00CD6F'

red 0 ◦ green 205 ◦ blue 111

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

Shades of Jade #00CD6F

Tints of Jade #00CD6F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 205 (80.47% from 255) = 64.87%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 0%
G = 64.87%
B = 35.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#00CD6F (or 0x00CD6F) is known color: Jade. HEX triplet: 00, CD and 6F. RGB value is (0,205,111). Sum of RGB (Red+Green+Blue) = 0+205+111=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #00CD6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CD6F is #FF3290. Grayscale: #858585. Windows color (decimal): -16724625 or 7326976. OLE color: 7326976.

HSL color Cylindrical-coordinate representation of color #00CD6F: hue angle of 152.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CD6F is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 205 111 -
CMYK 1 0 0.46 0.20
HSL 152.49º 1% 0.4% -
HSV(B) 152.49º 1% 0.8% -
XYZ 24.7 44.81 22.39 -
YUV 132.99 115.58 33.14 -
System Red Green Blue C M Y K H S L
Decimal 0 205 111 1 0 0.46 0.20 152.49 1 0.4
Hex 0 CD 6F 64 0 2E 14 98 64 28
Octal 0 315 157 144 0 56 24 230 144 50
Binary 0 11001101 1101111 1100100 0 101110 10100 10011000 1100100 101000

Color Harmonies of #00CD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CD6F

Black with #00CD6F

Text Example


Text Example

White with #00CD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CD6F; }

 p { color: rgb(0,205,111); }

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

background-color css

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

 a { background-color: rgb(0,205,111); }

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

border-color css

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

 span { border-color: rgb(0,205,111); }

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