Html Css Color HEX #00CB40 Dark Pastel Green

📋 copy color: '#00CB40'

red 0 ◦ green 203 ◦ blue 64

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

Shades of Dark Pastel Green #00CB40

Tints of Dark Pastel Green #00CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 76.03%

 BLUE value IS 64 (25.39% from 255) = 23.97%

R = 0%
G = 76.03%
B = 23.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#00CB40 (or 0x00CB40) is known color: Dark Pastel Green. HEX triplet: 00, CB and 40. RGB value is (0,203,64). Sum of RGB (Red+Green+Blue) = 0+203+64=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 203 (79.69% from 255 or 76.03% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CB40 is #FF34BF. Grayscale: #7E7E7E. Windows color (decimal): -16725184 or 4246272. OLE color: 4246272.

HSL color Cylindrical-coordinate representation of color #00CB40: hue angle of 138.92º 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 #00CB40 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 203 64 -
CMYK 1 0 0.68 0.20
HSL 138.92º 1% 0.4% -
HSV(B) 138.92º 1% 0.8% -
XYZ 22.28 43.08 11.99 -
YUV 126.46 92.75 37.8 -
System Red Green Blue C M Y K H S L
Decimal 0 203 64 1 0 0.68 0.20 138.92 1 0.4
Hex 0 CB 40 64 0 44 14 8B 64 28
Octal 0 313 100 144 0 104 24 213 144 50
Binary 0 11001011 1000000 1100100 0 1000100 10100 10001011 1100100 101000

Color Harmonies of #00CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CB40

Black with #00CB40

Text Example


Text Example

White with #00CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,203,64); }

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

background-color css

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

 a { background-color: rgb(0,203,64); }

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

border-color css

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

 span { border-color: rgb(0,203,64); }

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