Html Css Color HEX #07C982 Caribbean Green

📋 copy color: '#07C982'

red 7 ◦ green 201 ◦ blue 130

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

Shades of Caribbean Green #07C982

Tints of Caribbean Green #07C982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 59.47%

 BLUE value IS 130 (51.17% from 255) = 38.46%

R = 2.07%
G = 59.47%
B = 38.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#07C982 (or 0x07C982) is known color: Caribbean Green. HEX triplet: 07, C9 and 82. RGB value is (7,201,130). Sum of RGB (Red+Green+Blue) = 7+201+130=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #07C982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C982 is #F8367D. Grayscale: #868686. Windows color (decimal): -16266878 or 8571143. OLE color: 8571143.

HSL color Cylindrical-coordinate representation of color #07C982: hue angle of 158.04º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C982 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 7 201 130 -
CMYK 0.97 0 0.35 0.21
HSL 158.04º 0.93% 0.41% -
HSV(B) 158.04º 0.97% 0.79% -
XYZ 25 43.43 28.18 -
YUV 134.9 125.23 36.77 -
System Red Green Blue C M Y K H S L
Decimal 7 201 130 0.97 0 0.35 0.21 158.04 0.93 0.41
Hex 7 C9 82 61 0 23 15 9E 5D 29
Octal 7 311 202 141 0 43 25 236 135 51
Binary 111 11001001 10000010 1100001 0 100011 10101 10011110 1011101 101001

Color Harmonies of #07C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C982

Black with #07C982

Text Example


Text Example

White with #07C982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,201,130); }

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

background-color css

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

 a { background-color: rgb(7,201,130); }

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

border-color css

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

 span { border-color: rgb(7,201,130); }

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