Html Css Color HEX #07DE8C Caribbean Green

📋 copy color: '#07DE8C'

red 7 ◦ green 222 ◦ blue 140

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

Shades of Caribbean Green #07DE8C

Tints of Caribbean Green #07DE8C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.16%

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

R = 1.9%
G = 60.16%
B = 37.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#07DE8C (or 0x07DE8C) is known color: Caribbean Green. HEX triplet: 07, DE and 8C. RGB value is (7,222,140). Sum of RGB (Red+Green+Blue) = 7+222+140=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 222 (87.11% from 255 or 60.16% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 222 - color contains mainly: green. Hex color #07DE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DE8C is #F82173. Grayscale: #949494. Windows color (decimal): -16261492 or 9231879. OLE color: 9231879.

HSL color Cylindrical-coordinate representation of color #07DE8C: hue angle of 157.12º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DE8C is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 222 140 -
CMYK 0.97 0 0.37 0.13
HSL 157.12º 0.94% 0.45% -
HSV(B) 157.12º 0.97% 0.87% -
XYZ 30.94 54.18 33.64 -
YUV 148.37 123.27 27.17 -
System Red Green Blue C M Y K H S L
Decimal 7 222 140 0.97 0 0.37 0.13 157.12 0.94 0.45
Hex 7 DE 8C 61 0 25 D 9D 5E 2D
Octal 7 336 214 141 0 45 15 235 136 55
Binary 111 11011110 10001100 1100001 0 100101 1101 10011101 1011110 101101

Color Harmonies of #07DE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DE8C

Black with #07DE8C

Text Example


Text Example

White with #07DE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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