Html Css Color HEX #12DD83 Caribbean Green

📋 copy color: '#12DD83'

red 18 ◦ green 221 ◦ blue 131

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

Shades of Caribbean Green #12DD83

Tints of Caribbean Green #12DD83

RGB

 RED value IS 18 (7.42% from 255) = 4.86%

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

 BLUE value IS 131 (51.56% from 255) = 35.41%

R = 4.86%
G = 59.73%
B = 35.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#12DD83 (or 0x12DD83) is known color: Caribbean Green. HEX triplet: 12, DD and 83. RGB value is (18,221,131). Sum of RGB (Red+Green+Blue) = 18+221+131=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD83 is #ED227C. Grayscale: #969696. Windows color (decimal): -15540861 or 8641810. OLE color: 8641810.

HSL color Cylindrical-coordinate representation of color #12DD83: hue angle of 153.4º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD83 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 221 131 -
CMYK 0.92 0 0.41 0.13
HSL 153.4º 0.85% 0.47% -
HSV(B) 153.4º 0.92% 0.87% -
XYZ 30.2 53.48 30.2 -
YUV 150.04 117.25 33.82 -
System Red Green Blue C M Y K H S L
Decimal 18 221 131 0.92 0 0.41 0.13 153.4 0.85 0.47
Hex 12 DD 83 5C 0 29 D 99 55 2F
Octal 22 335 203 134 0 51 15 231 125 57
Binary 10010 11011101 10000011 1011100 0 101001 1101 10011001 1010101 101111

Color Harmonies of #12DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD83

Black with #12DD83

Text Example


Text Example

White with #12DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12DD83; }

 p { color: rgb(18,221,131); }

 H1.HeaderClassName
 {
   color: #12DD83;
 }
 .AnyTagClassName
 {
   color: #12DD83;
 }
</style>

background-color css

<style>
 a { background-color: #12DD83; }

 a { background-color: rgb(18,221,131); }

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

border-color css

<style>
 span { border-color: #12DD83; }

 span { border-color: rgb(18,221,131); }

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