Html Css Color HEX #0CCF41 Dark Pastel Green

📋 copy color: '#0CCF41'

red 12 ◦ green 207 ◦ blue 65

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

Shades of Dark Pastel Green #0CCF41

Tints of Dark Pastel Green #0CCF41

RGB

 RED value IS 12 (5.08% from 255) = 4.23%

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

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

R = 4.23%
G = 72.89%
B = 22.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#0CCF41 (or 0x0CCF41) is known color: Dark Pastel Green. HEX triplet: 0C, CF and 41. RGB value is (12,207,65). Sum of RGB (Red+Green+Blue) = 12+207+65=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCF41 is #F330BE. Grayscale: #848484. Windows color (decimal): -15937727 or 4312844. OLE color: 4312844.

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

Color convert

RGB 12 207 65 -
CMYK 0.94 0 0.69 0.19
HSL 136.31º 0.89% 0.43% -
HSV(B) 136.31º 0.94% 0.81% -
XYZ 23.42 45.09 12.47 -
YUV 132.51 89.9 42.05 -
System Red Green Blue C M Y K H S L
Decimal 12 207 65 0.94 0 0.69 0.19 136.31 0.89 0.43
Hex C CF 41 5E 0 45 13 88 59 2B
Octal 14 317 101 136 0 105 23 210 131 53
Binary 1100 11001111 1000001 1011110 0 1000101 10011 10001000 1011001 101011

Color Harmonies of #0CCF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCF41

Black with #0CCF41

Text Example


Text Example

White with #0CCF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CCF41; }

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

 H1.HeaderClassName
 {
   color: #0CCF41;
 }
 .AnyTagClassName
 {
   color: #0CCF41;
 }
</style>

background-color css

<style>
 a { background-color: #0CCF41; }

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

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

border-color css

<style>
 span { border-color: #0CCF41; }

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

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