Html Css Color HEX #08CF41 Dark Pastel Green

📋 copy color: '#08CF41'

red 8 ◦ green 207 ◦ blue 65

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

Shades of Dark Pastel Green #08CF41

Tints of Dark Pastel Green #08CF41

RGB

 RED value IS 8 (3.52% from 255) = 2.86%

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

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

R = 2.86%
G = 73.93%
B = 23.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#08CF41 (or 0x08CF41) is known color: Dark Pastel Green. HEX triplet: 08, CF and 41. RGB value is (8,207,65). Sum of RGB (Red+Green+Blue) = 8+207+65=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CF41 is #F730BE. Grayscale: #838383. Windows color (decimal): -16199871 or 4312840. OLE color: 4312840.

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

Color convert

RGB 8 207 65 -
CMYK 0.96 0 0.69 0.19
HSL 137.19º 0.93% 0.42% -
HSV(B) 137.19º 0.96% 0.81% -
XYZ 23.37 45.06 12.47 -
YUV 131.31 90.57 40.05 -
System Red Green Blue C M Y K H S L
Decimal 8 207 65 0.96 0 0.69 0.19 137.19 0.93 0.42
Hex 8 CF 41 60 0 45 13 89 5D 2A
Octal 10 317 101 140 0 105 23 211 135 52
Binary 1000 11001111 1000001 1100000 0 1000101 10011 10001001 1011101 101010

Color Harmonies of #08CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CF41

Black with #08CF41

Text Example


Text Example

White with #08CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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