Html Css Color HEX #00CF41 Dark Pastel Green

📋 copy color: '#00CF41'

red 0 ◦ green 207 ◦ blue 65

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

Shades of Dark Pastel Green #00CF41

Tints of Dark Pastel Green #00CF41

RGB

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

 GREEN value IS 207 (81.25% from 255) = 76.1%

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 0%
G = 76.1%
B = 23.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#00CF41 (or 0x00CF41) is known color: Dark Pastel Green. HEX triplet: 00, CF and 41. RGB value is (0,207,65). Sum of RGB (Red+Green+Blue) = 0+207+65=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CF41 is #FF30BE. Grayscale: #818181. Windows color (decimal): -16724159 or 4312832. OLE color: 4312832.

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

Color convert

RGB 0 207 65 -
CMYK 1 0 0.69 0.19
HSL 138.84º 1% 0.41% -
HSV(B) 138.84º 1% 0.81% -
XYZ 23.27 45.01 12.46 -
YUV 128.92 91.92 36.05 -
System Red Green Blue C M Y K H S L
Decimal 0 207 65 1 0 0.69 0.19 138.84 1 0.41
Hex 0 CF 41 64 0 45 13 8B 64 29
Octal 0 317 101 144 0 105 23 213 144 51
Binary 0 11001111 1000001 1100100 0 1000101 10011 10001011 1100100 101001

Color Harmonies of #00CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CF41

Black with #00CF41

Text Example


Text Example

White with #00CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,207,65); }

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

background-color css

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

 a { background-color: rgb(0,207,65); }

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

border-color css

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

 span { border-color: rgb(0,207,65); }

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