Html Css Color HEX #05D092 Caribbean Green

📋 copy color: '#05D092'

red 5 ◦ green 208 ◦ blue 146

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

Shades of Caribbean Green #05D092

Tints of Caribbean Green #05D092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.94%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 1.39%
G = 57.94%
B = 40.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#05D092 (or 0x05D092) is known color: Caribbean Green. HEX triplet: 05, D0 and 92. RGB value is (5,208,146). Sum of RGB (Red+Green+Blue) = 5+208+146=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #05D092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D092 is #FA2F6D. Grayscale: #8C8C8C. Windows color (decimal): -16396142 or 9621509. OLE color: 9621509.

HSL color Cylindrical-coordinate representation of color #05D092: hue angle of 161.67º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D092 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 208 146 -
CMYK 0.98 0 0.30 0.18
HSL 161.67º 0.95% 0.42% -
HSV(B) 161.67º 0.98% 0.82% -
XYZ 27.81 47.22 34.84 -
YUV 140.24 131.25 31.54 -
System Red Green Blue C M Y K H S L
Decimal 5 208 146 0.98 0 0.30 0.18 161.67 0.95 0.42
Hex 5 D0 92 62 0 1E 12 A2 5F 2A
Octal 5 320 222 142 0 36 22 242 137 52
Binary 101 11010000 10010010 1100010 0 11110 10010 10100010 1011111 101010

Color Harmonies of #05D092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D092

Black with #05D092

Text Example


Text Example

White with #05D092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,208,146); }

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

background-color css

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

 a { background-color: rgb(5,208,146); }

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

border-color css

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

 span { border-color: rgb(5,208,146); }

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