Html Css Color HEX #07DD8D Caribbean Green

📋 copy color: '#07DD8D'

red 7 ◦ green 221 ◦ blue 141

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

Shades of Caribbean Green #07DD8D

Tints of Caribbean Green #07DD8D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.89%

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

R = 1.9%
G = 59.89%
B = 38.21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#07DD8D (or 0x07DD8D) is known color: Caribbean Green. HEX triplet: 07, DD and 8D. RGB value is (7,221,141). Sum of RGB (Red+Green+Blue) = 7+221+141=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DD8D is #F82272. Grayscale: #939393. Windows color (decimal): -16261747 or 9297159. OLE color: 9297159.

HSL color Cylindrical-coordinate representation of color #07DD8D: hue angle of 157.57º 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 #07DD8D is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 221 141 -
CMYK 0.97 0 0.36 0.13
HSL 157.57º 0.94% 0.45% -
HSV(B) 157.57º 0.97% 0.87% -
XYZ 30.75 53.68 33.94 -
YUV 147.89 124.1 27.5 -
System Red Green Blue C M Y K H S L
Decimal 7 221 141 0.97 0 0.36 0.13 157.57 0.94 0.45
Hex 7 DD 8D 61 0 24 D 9E 5E 2D
Octal 7 335 215 141 0 44 15 236 136 55
Binary 111 11011101 10001101 1100001 0 100100 1101 10011110 1011110 101101

Color Harmonies of #07DD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DD8D

Black with #07DD8D

Text Example


Text Example

White with #07DD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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