Html Css Color HEX #05E29A Caribbean Green

📋 copy color: '#05E29A'

red 5 ◦ green 226 ◦ blue 154

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

Shades of Caribbean Green #05E29A

Tints of Caribbean Green #05E29A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 58.7%

 BLUE value IS 154 (60.55% from 255) = 40%

R = 1.3%
G = 58.7%
B = 40%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#05E29A (or 0x05E29A) is known color: Caribbean Green. HEX triplet: 05, E2 and 9A. RGB value is (5,226,154). Sum of RGB (Red+Green+Blue) = 5+226+154=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 226 (88.67% from 255 or 58.70% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 226 - color contains mainly: green. Hex color #05E29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E29A is #FA1D65. Grayscale: #979797. Windows color (decimal): -16391526 or 10150405. OLE color: 10150405.

HSL color Cylindrical-coordinate representation of color #05E29A: hue angle of 160.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E29A is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 226 154 -
CMYK 0.98 0 0.32 0.11
HSL 160.45º 0.96% 0.45% -
HSV(B) 160.45º 0.98% 0.89% -
XYZ 33.09 56.76 39.78 -
YUV 151.71 129.28 23.35 -
System Red Green Blue C M Y K H S L
Decimal 5 226 154 0.98 0 0.32 0.11 160.45 0.96 0.45
Hex 5 E2 9A 62 0 20 B A0 60 2D
Octal 5 342 232 142 0 40 13 240 140 55
Binary 101 11100010 10011010 1100010 0 100000 1011 10100000 1100000 101101

Color Harmonies of #05E29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E29A

Black with #05E29A

Text Example


Text Example

White with #05E29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,226,154); }

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

background-color css

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

 a { background-color: rgb(5,226,154); }

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

border-color css

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

 span { border-color: rgb(5,226,154); }

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