Html Css Color HEX #0CD67D Caribbean Green

📋 copy color: '#0CD67D'

red 12 ◦ green 214 ◦ blue 125

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

Shades of Caribbean Green #0CD67D

Tints of Caribbean Green #0CD67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 3.42%
G = 60.97%
B = 35.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#0CD67D (or 0x0CD67D) is known color: Caribbean Green. HEX triplet: 0C, D6 and 7D. RGB value is (12,214,125). Sum of RGB (Red+Green+Blue) = 12+214+125=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD67D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD67D is #F32982. Grayscale: #8F8F8F. Windows color (decimal): -15935875 or 8246796. OLE color: 8246796.

HSL color Cylindrical-coordinate representation of color #0CD67D: hue angle of 153.56º 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 #0CD67D is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 214 125 -
CMYK 0.94 0 0.42 0.16
HSL 153.56º 0.89% 0.44% -
HSV(B) 153.56º 0.94% 0.84% -
XYZ 27.9 49.65 27.52 -
YUV 143.46 117.58 34.24 -
System Red Green Blue C M Y K H S L
Decimal 12 214 125 0.94 0 0.42 0.16 153.56 0.89 0.44
Hex C D6 7D 5E 0 2A 10 9A 59 2C
Octal 14 326 175 136 0 52 20 232 131 54
Binary 1100 11010110 1111101 1011110 0 101010 10000 10011010 1011001 101100

Color Harmonies of #0CD67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD67D

Black with #0CD67D

Text Example


Text Example

White with #0CD67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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