Html Css Color HEX #00D67D Caribbean Green

📋 copy color: '#00D67D'

red 0 ◦ green 214 ◦ blue 125

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

Shades of Caribbean Green #00D67D

Tints of Caribbean Green #00D67D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.13%

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 0%
G = 63.13%
B = 36.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#00D67D (or 0x00D67D) is known color: Caribbean Green. HEX triplet: 00, D6 and 7D. RGB value is (0,214,125). Sum of RGB (Red+Green+Blue) = 0+214+125=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #00D67D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D67D is #FF2982. Grayscale: #8C8C8C. Windows color (decimal): -16722307 or 8246784. OLE color: 8246784.

HSL color Cylindrical-coordinate representation of color #00D67D: hue angle of 155.05º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D67D is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 214 125 -
CMYK 1 0 0.42 0.16
HSL 155.05º 1% 0.42% -
HSV(B) 155.05º 1% 0.84% -
XYZ 27.75 49.57 27.51 -
YUV 139.87 119.6 28.24 -
System Red Green Blue C M Y K H S L
Decimal 0 214 125 1 0 0.42 0.16 155.05 1 0.42
Hex 0 D6 7D 64 0 2A 10 9B 64 2A
Octal 0 326 175 144 0 52 20 233 144 52
Binary 0 11010110 1111101 1100100 0 101010 10000 10011011 1100100 101010

Color Harmonies of #00D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D67D

Black with #00D67D

Text Example


Text Example

White with #00D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,214,125); }

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

background-color css

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

 a { background-color: rgb(0,214,125); }

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

border-color css

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

 span { border-color: rgb(0,214,125); }

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