Html Css Color HEX #07C28E Caribbean Green

📋 copy color: '#07C28E'

red 7 ◦ green 194 ◦ blue 142

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

Shades of Caribbean Green #07C28E

Tints of Caribbean Green #07C28E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.56%

 BLUE value IS 142 (55.86% from 255) = 41.4%

R = 2.04%
G = 56.56%
B = 41.4%

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

#07C28E (or 0x07C28E) is known color: Caribbean Green. HEX triplet: 07, C2 and 8E. RGB value is (7,194,142). Sum of RGB (Red+Green+Blue) = 7+194+142=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #07C28E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C28E is #F83D71. Grayscale: #848484. Windows color (decimal): -16268658 or 9355783. OLE color: 9355783.

HSL color Cylindrical-coordinate representation of color #07C28E: hue angle of 163.32º 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 #07C28E is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 194 142 -
CMYK 0.96 0 0.27 0.24
HSL 163.32º 0.93% 0.39% -
HSV(B) 163.32º 0.96% 0.76% -
XYZ 24.26 40.58 32.15 -
YUV 132.16 133.55 38.73 -
System Red Green Blue C M Y K H S L
Decimal 7 194 142 0.96 0 0.27 0.24 163.32 0.93 0.39
Hex 7 C2 8E 60 0 1B 18 A3 5D 27
Octal 7 302 216 140 0 33 30 243 135 47
Binary 111 11000010 10001110 1100000 0 11011 11000 10100011 1011101 100111

Color Harmonies of #07C28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C28E

Black with #07C28E

Text Example


Text Example

White with #07C28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,194,142); }

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

background-color css

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

 a { background-color: rgb(7,194,142); }

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

border-color css

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

 span { border-color: rgb(7,194,142); }

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