Html Css Color HEX #00DF93 Caribbean Green

📋 copy color: '#00DF93'

red 0 ◦ green 223 ◦ blue 147

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

Shades of Caribbean Green #00DF93

Tints of Caribbean Green #00DF93

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 223 (87.5% from 255) = 60.27%

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 0%
G = 60.27%
B = 39.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#00DF93 (or 0x00DF93) is known color: Caribbean Green. HEX triplet: 00, DF and 93. RGB value is (0,223,147). Sum of RGB (Red+Green+Blue) = 0+223+147=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 223 (87.5% from 255 or 60.27% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DF93 is #FF206C. Grayscale: #939393. Windows color (decimal): -16719981 or 9690880. OLE color: 9690880.

HSL color Cylindrical-coordinate representation of color #00DF93: hue angle of 159.55º 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 #00DF93 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 223 147 -
CMYK 1 0 0.34 0.13
HSL 159.55º 1% 0.44% -
HSV(B) 159.55º 1% 0.87% -
XYZ 31.65 54.88 36.53 -
YUV 147.66 127.62 22.68 -
System Red Green Blue C M Y K H S L
Decimal 0 223 147 1 0 0.34 0.13 159.55 1 0.44
Hex 0 DF 93 64 0 22 D A0 64 2C
Octal 0 337 223 144 0 42 15 240 144 54
Binary 0 11011111 10010011 1100100 0 100010 1101 10100000 1100100 101100

Color Harmonies of #00DF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DF93

Black with #00DF93

Text Example


Text Example

White with #00DF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00DF93;
 }
 .AnyTagClassName
 {
   color: #00DF93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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