Html Css Color HEX #07DD80 Caribbean Green

📋 copy color: '#07DD80'

red 7 ◦ green 221 ◦ blue 128

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

Shades of Caribbean Green #07DD80

Tints of Caribbean Green #07DD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.96%

R = 1.97%
G = 62.08%
B = 35.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#07DD80 (or 0x07DD80) is known color: Caribbean Green. HEX triplet: 07, DD and 80. RGB value is (7,221,128). Sum of RGB (Red+Green+Blue) = 7+221+128=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DD80 is #F8227F. Grayscale: #929292. Windows color (decimal): -16261760 or 8445191. OLE color: 8445191.

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

Color convert

RGB 7 221 128 -
CMYK 0.97 0 0.42 0.13
HSL 153.93º 0.94% 0.45% -
HSV(B) 153.93º 0.97% 0.87% -
XYZ 29.84 53.32 29.14 -
YUV 146.41 117.6 28.56 -
System Red Green Blue C M Y K H S L
Decimal 7 221 128 0.97 0 0.42 0.13 153.93 0.94 0.45
Hex 7 DD 80 61 0 2A D 9A 5E 2D
Octal 7 335 200 141 0 52 15 232 136 55
Binary 111 11011101 10000000 1100001 0 101010 1101 10011010 1011110 101101

Color Harmonies of #07DD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DD80

Black with #07DD80

Text Example


Text Example

White with #07DD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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