Html Css Color HEX #05DB90 Caribbean Green

📋 copy color: '#05DB90'

red 5 ◦ green 219 ◦ blue 144

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

Shades of Caribbean Green #05DB90

Tints of Caribbean Green #05DB90

RGB

 RED value IS 5 (2.34% from 255) = 1.36%

 GREEN value IS 219 (85.94% from 255) = 59.51%

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 1.36%
G = 59.51%
B = 39.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#05DB90 (or 0x05DB90) is known color: Caribbean Green. HEX triplet: 05, DB and 90. RGB value is (5,219,144). Sum of RGB (Red+Green+Blue) = 5+219+144=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DB90 is #FA246F. Grayscale: #929292. Windows color (decimal): -16393328 or 9493253. OLE color: 9493253.

HSL color Cylindrical-coordinate representation of color #05DB90: hue angle of 158.97º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DB90 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 219 144 -
CMYK 0.98 0 0.34 0.14
HSL 158.97º 0.96% 0.44% -
HSV(B) 158.97º 0.98% 0.86% -
XYZ 30.43 52.71 34.96 -
YUV 146.46 126.6 27.1 -
System Red Green Blue C M Y K H S L
Decimal 5 219 144 0.98 0 0.34 0.14 158.97 0.96 0.44
Hex 5 DB 90 62 0 22 E 9F 60 2C
Octal 5 333 220 142 0 42 16 237 140 54
Binary 101 11011011 10010000 1100010 0 100010 1110 10011111 1100000 101100

Color Harmonies of #05DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DB90

Black with #05DB90

Text Example


Text Example

White with #05DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05DB90; }

 p { color: rgb(5,219,144); }

 H1.HeaderClassName
 {
   color: #05DB90;
 }
 .AnyTagClassName
 {
   color: #05DB90;
 }
</style>

background-color css

<style>
 a { background-color: #05DB90; }

 a { background-color: rgb(5,219,144); }

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

border-color css

<style>
 span { border-color: #05DB90; }

 span { border-color: rgb(5,219,144); }

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