Html Css Color HEX #07D68D Caribbean Green

📋 copy color: '#07D68D'

red 7 ◦ green 214 ◦ blue 141

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

Shades of Caribbean Green #07D68D

Tints of Caribbean Green #07D68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 1.93%
G = 59.12%
B = 38.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#07D68D (or 0x07D68D) is known color: Caribbean Green. HEX triplet: 07, D6 and 8D. RGB value is (7,214,141). Sum of RGB (Red+Green+Blue) = 7+214+141=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #07D68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D68D is #F82972. Grayscale: #8F8F8F. Windows color (decimal): -16263539 or 9295367. OLE color: 9295367.

HSL color Cylindrical-coordinate representation of color #07D68D: hue angle of 158.84º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D68D is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 7 214 141 -
CMYK 0.97 0 0.34 0.16
HSL 158.84º 0.94% 0.43% -
HSV(B) 158.84º 0.97% 0.84% -
XYZ 28.94 50.06 33.34 -
YUV 143.79 126.42 30.44 -
System Red Green Blue C M Y K H S L
Decimal 7 214 141 0.97 0 0.34 0.16 158.84 0.94 0.43
Hex 7 D6 8D 61 0 22 10 9F 5E 2B
Octal 7 326 215 141 0 42 20 237 136 53
Binary 111 11010110 10001101 1100001 0 100010 10000 10011111 1011110 101011

Color Harmonies of #07D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D68D

Black with #07D68D

Text Example


Text Example

White with #07D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,214,141); }

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

background-color css

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

 a { background-color: rgb(7,214,141); }

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

border-color css

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

 span { border-color: rgb(7,214,141); }

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