#00DF92

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

Shades of Caribbean Green #00DF92

Tints of Caribbean Green #00DF92

Color information

#00DF92 (or 0x00DF92) is unknown color: approx Caribbean Green. HEX triplet: 00, DF and 92. RGB value is (0,223,146). Sum of RGB (Red+Green+Blue) = 0+223+146=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DF92 is #FF206D. Grayscale: #939393. Windows color (decimal): -16719982 or 9625344. OLE color: 9625344.

HSL color Cylindrical-coordinate representation of color #00DF92: hue angle of 159.28º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF92 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB0223146-
CMYK100.350.13
HSL159.28º100%43.73%-
HSV(B)159.28º100%87.45%-
XYZ31.5854.8536.12-
YUV147.54127.1222.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 223 (87.5% from 255) = 60.43%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=0%
G=60.43%
B=39.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0223146100.350.13159.2810043.73
Hex0DF9264023D9f642c
Octal03372221440431523714454
Binary01101111110010010110010001000111101100111111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00DF92; }

 p { color: rgb(0,223,146); }

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

<style>
 a { background-color: #00DF92; }

 a { background-color: rgb(0,223,146); }

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

<style>
 span { border-color: #00DF92; }

 span { border-color: rgb(0,223,146); }

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