Html Css Color HEX #07C28C Caribbean Green

📋 copy color: '#07C28C'

red 7 ◦ green 194 ◦ blue 140

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

Shades of Caribbean Green #07C28C

Tints of Caribbean Green #07C28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 2.05%
G = 56.89%
B = 41.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#07C28C (or 0x07C28C) is known color: Caribbean Green. HEX triplet: 07, C2 and 8C. RGB value is (7,194,140). Sum of RGB (Red+Green+Blue) = 7+194+140=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #07C28C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C28C is #F83D73. Grayscale: #838383. Windows color (decimal): -16268660 or 9224711. OLE color: 9224711.

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

Color convert

RGB 7 194 140 -
CMYK 0.96 0 0.28 0.24
HSL 162.67º 0.93% 0.39% -
HSV(B) 162.67º 0.96% 0.76% -
XYZ 24.11 40.52 31.36 -
YUV 131.93 132.55 38.89 -
System Red Green Blue C M Y K H S L
Decimal 7 194 140 0.96 0 0.28 0.24 162.67 0.93 0.39
Hex 7 C2 8C 60 0 1C 18 A3 5D 27
Octal 7 302 214 140 0 34 30 243 135 47
Binary 111 11000010 10001100 1100000 0 11100 11000 10100011 1011101 100111

Color Harmonies of #07C28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C28C

Black with #07C28C

Text Example


Text Example

White with #07C28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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