Html Css Color HEX #0CD67F Caribbean Green

📋 copy color: '#0CD67F'

red 12 ◦ green 214 ◦ blue 127

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

Shades of Caribbean Green #0CD67F

Tints of Caribbean Green #0CD67F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.62%

 BLUE value IS 127 (50% from 255) = 35.98%

R = 3.4%
G = 60.62%
B = 35.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#0CD67F (or 0x0CD67F) is known color: Caribbean Green. HEX triplet: 0C, D6 and 7F. RGB value is (12,214,127). Sum of RGB (Red+Green+Blue) = 12+214+127=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 214 (83.98% from 255 or 60.62% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD67F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD67F is #F32980. Grayscale: #8F8F8F. Windows color (decimal): -15935873 or 8377868. OLE color: 8377868.

HSL color Cylindrical-coordinate representation of color #0CD67F: hue angle of 154.16º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD67F is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 214 127 -
CMYK 0.94 0 0.41 0.16
HSL 154.16º 0.89% 0.44% -
HSV(B) 154.16º 0.94% 0.84% -
XYZ 28.03 49.7 28.2 -
YUV 143.68 118.58 34.07 -
System Red Green Blue C M Y K H S L
Decimal 12 214 127 0.94 0 0.41 0.16 154.16 0.89 0.44
Hex C D6 7F 5E 0 29 10 9A 59 2C
Octal 14 326 177 136 0 51 20 232 131 54
Binary 1100 11010110 1111111 1011110 0 101001 10000 10011010 1011001 101100

Color Harmonies of #0CD67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD67F

Black with #0CD67F

Text Example


Text Example

White with #0CD67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,214,127); }

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

background-color css

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

 a { background-color: rgb(12,214,127); }

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

border-color css

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

 span { border-color: rgb(12,214,127); }

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