Html Css Color HEX #07C18D Caribbean Green

📋 copy color: '#07C18D'

red 7 ◦ green 193 ◦ blue 141

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

Shades of Caribbean Green #07C18D

Tints of Caribbean Green #07C18D

RGB

 RED value IS 7 (3.13% from 255) = 2.05%

 GREEN value IS 193 (75.78% from 255) = 56.6%

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 2.05%
G = 56.6%
B = 41.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#07C18D (or 0x07C18D) is known color: Caribbean Green. HEX triplet: 07, C1 and 8D. RGB value is (7,193,141). Sum of RGB (Red+Green+Blue) = 7+193+141=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #07C18D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C18D is #F83E72. Grayscale: #838383. Windows color (decimal): -16268915 or 9289991. OLE color: 9289991.

HSL color Cylindrical-coordinate representation of color #07C18D: hue angle of 163.23º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C18D is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 193 141 -
CMYK 0.96 0 0.27 0.24
HSL 163.23º 0.93% 0.39% -
HSV(B) 163.23º 0.96% 0.76% -
XYZ 23.97 40.11 31.68 -
YUV 131.46 133.38 39.23 -
System Red Green Blue C M Y K H S L
Decimal 7 193 141 0.96 0 0.27 0.24 163.23 0.93 0.39
Hex 7 C1 8D 60 0 1B 18 A3 5D 27
Octal 7 301 215 140 0 33 30 243 135 47
Binary 111 11000001 10001101 1100000 0 11011 11000 10100011 1011101 100111

Color Harmonies of #07C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C18D

Black with #07C18D

Text Example


Text Example

White with #07C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07C18D; }

 p { color: rgb(7,193,141); }

 H1.HeaderClassName
 {
   color: #07C18D;
 }
 .AnyTagClassName
 {
   color: #07C18D;
 }
</style>

background-color css

<style>
 a { background-color: #07C18D; }

 a { background-color: rgb(7,193,141); }

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

border-color css

<style>
 span { border-color: #07C18D; }

 span { border-color: rgb(7,193,141); }

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