Html Css Color HEX #0CDD84 Caribbean Green

📋 copy color: '#0CDD84'

red 12 ◦ green 221 ◦ blue 132

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

Shades of Caribbean Green #0CDD84

Tints of Caribbean Green #0CDD84

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.55%

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 3.29%
G = 60.55%
B = 36.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#0CDD84 (or 0x0CDD84) is known color: Caribbean Green. HEX triplet: 0C, DD and 84. RGB value is (12,221,132). Sum of RGB (Red+Green+Blue) = 12+221+132=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDD84 is #F3227B. Grayscale: #949494. Windows color (decimal): -15934076 or 8707340. OLE color: 8707340.

HSL color Cylindrical-coordinate representation of color #0CDD84: hue angle of 154.45º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDD84 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 221 132 -
CMYK 0.95 0 0.40 0.13
HSL 154.45º 0.9% 0.46% -
HSV(B) 154.45º 0.95% 0.87% -
XYZ 30.17 53.46 30.56 -
YUV 148.36 118.76 30.74 -
System Red Green Blue C M Y K H S L
Decimal 12 221 132 0.95 0 0.40 0.13 154.45 0.9 0.46
Hex C DD 84 5F 0 28 D 9A 5A 2E
Octal 14 335 204 137 0 50 15 232 132 56
Binary 1100 11011101 10000100 1011111 0 101000 1101 10011010 1011010 101110

Color Harmonies of #0CDD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDD84

Black with #0CDD84

Text Example


Text Example

White with #0CDD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,221,132); }

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

background-color css

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

 a { background-color: rgb(12,221,132); }

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

border-color css

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

 span { border-color: rgb(12,221,132); }

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