#07DF95

Color #07DF95 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #07DF95

Tints of Caribbean Green #07DF95

Color information

#07DF95 (or 0x07DF95) is unknown color: approx Caribbean Green. HEX triplet: 07, DF and 95. RGB value is (7,223,149). Sum of RGB (Red+Green+Blue) = 7+223+149=379 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DF95 is #F8206A. Grayscale: #969696. Windows color (decimal): -16261227 or 9821959. OLE color: 9821959.

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

Color convert

RGB7223149-
CMYK0.9700.330.13
HSL159.44º93.91%45.1%-
HSV(B)159.44º96.86%87.45%-
XYZ31.954.9937.37-
YUV149.98127.4426.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.85%
GREEN value IS 223 (87.5% from 255) = 58.84%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=1.85%
G=58.84%
B=39.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72231490.9700.330.13159.4493.9145.1
Hex7DF9561021D9f5e2d
Octal73372251410411523713655
Binary1111101111110010101110000101000011101100111111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07DF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,223,149); }

 H1.HeaderClassName
 {
   color: #07DF95;
 }
 .AnyTagClassName
 {
   color: #07DF95;
 }
</style>
background-color css

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

 a { background-color: rgb(7,223,149); }

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

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

 span { border-color: rgb(7,223,149); }

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