Html Css Color HEX #12D77F Caribbean Green

📋 copy color: '#12D77F'

red 18 ◦ green 215 ◦ blue 127

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

Shades of Caribbean Green #12D77F

Tints of Caribbean Green #12D77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.72%

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

R = 5%
G = 59.72%
B = 35.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#12D77F (or 0x12D77F) is known color: Caribbean Green. HEX triplet: 12, D7 and 7F. RGB value is (18,215,127). Sum of RGB (Red+Green+Blue) = 18+215+127=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #12D77F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D77F is #ED2880. Grayscale: #929292. Windows color (decimal): -15542401 or 8378130. OLE color: 8378130.

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

Color convert

RGB 18 215 127 -
CMYK 0.92 0 0.41 0.16
HSL 153.2º 0.85% 0.46% -
HSV(B) 153.2º 0.92% 0.84% -
XYZ 28.38 50.26 28.28 -
YUV 146.07 117.23 36.66 -
System Red Green Blue C M Y K H S L
Decimal 18 215 127 0.92 0 0.41 0.16 153.2 0.85 0.46
Hex 12 D7 7F 5C 0 29 10 99 55 2E
Octal 22 327 177 134 0 51 20 231 125 56
Binary 10010 11010111 1111111 1011100 0 101001 10000 10011001 1010101 101110

Color Harmonies of #12D77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D77F

Black with #12D77F

Text Example


Text Example

White with #12D77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,215,127); }

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

background-color css

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

 a { background-color: rgb(18,215,127); }

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

border-color css

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

 span { border-color: rgb(18,215,127); }

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