Html Css Color HEX #00CE45 Dark Pastel Green

📋 copy color: '#00CE45'

red 0 ◦ green 206 ◦ blue 69

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

Shades of Dark Pastel Green #00CE45

Tints of Dark Pastel Green #00CE45

RGB

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

 GREEN value IS 206 (80.86% from 255) = 74.91%

 BLUE value IS 69 (27.34% from 255) = 25.09%

R = 0%
G = 74.91%
B = 25.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#00CE45 (or 0x00CE45) is known color: Dark Pastel Green. HEX triplet: 00, CE and 45. RGB value is (0,206,69). Sum of RGB (Red+Green+Blue) = 0+206+69=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 206 (80.86% from 255 or 74.91% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CE45 is #FF31BA. Grayscale: #818181. Windows color (decimal): -16724411 or 4574720. OLE color: 4574720.

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

Color convert

RGB 0 206 69 -
CMYK 1 0 0.67 0.19
HSL 140.1º 1% 0.4% -
HSV(B) 140.1º 1% 0.81% -
XYZ 23.15 44.57 13.01 -
YUV 128.79 94.25 36.14 -
System Red Green Blue C M Y K H S L
Decimal 0 206 69 1 0 0.67 0.19 140.1 1 0.4
Hex 0 CE 45 64 0 43 13 8C 64 28
Octal 0 316 105 144 0 103 23 214 144 50
Binary 0 11001110 1000101 1100100 0 1000011 10011 10001100 1100100 101000

Color Harmonies of #00CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CE45

Black with #00CE45

Text Example


Text Example

White with #00CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,206,69); }

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

background-color css

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

 a { background-color: rgb(0,206,69); }

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

border-color css

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

 span { border-color: rgb(0,206,69); }

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