Html Css Color HEX #07C28D Caribbean Green

📋 copy color: '#07C28D'

red 7 ◦ green 194 ◦ blue 141

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

Shades of Caribbean Green #07C28D

Tints of Caribbean Green #07C28D

RGB

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

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

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

R = 2.05%
G = 56.73%
B = 41.23%

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

#07C28D (or 0x07C28D) is known color: Caribbean Green. HEX triplet: 07, C2 and 8D. RGB value is (7,194,141). Sum of RGB (Red+Green+Blue) = 7+194+141=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #07C28D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C28D is #F83D72. Grayscale: #848484. Windows color (decimal): -16268659 or 9290247. OLE color: 9290247.

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

Color convert

RGB 7 194 141 -
CMYK 0.96 0 0.27 0.24
HSL 162.99º 0.93% 0.39% -
HSV(B) 162.99º 0.96% 0.76% -
XYZ 24.19 40.55 31.75 -
YUV 132.05 133.05 38.81 -
System Red Green Blue C M Y K H S L
Decimal 7 194 141 0.96 0 0.27 0.24 162.99 0.93 0.39
Hex 7 C2 8D 60 0 1B 18 A3 5D 27
Octal 7 302 215 140 0 33 30 243 135 47
Binary 111 11000010 10001101 1100000 0 11011 11000 10100011 1011101 100111

Color Harmonies of #07C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C28D

Black with #07C28D

Text Example


Text Example

White with #07C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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