Html Css Color HEX #5DB27F Ocean Green

📋 copy color: '#5DB27F'

red 93 ◦ green 178 ◦ blue 127

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

Shades of Ocean Green #5DB27F

Tints of Ocean Green #5DB27F

RGB

 RED value IS 93 (36.72% from 255) = 23.37%

 GREEN value IS 178 (69.92% from 255) = 44.72%

 BLUE value IS 127 (50% from 255) = 31.91%

R = 23.37%
G = 44.72%
B = 31.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#5DB27F (or 0x5DB27F) is known color: Ocean Green. HEX triplet: 5D, B2 and 7F. RGB value is (93,178,127). Sum of RGB (Red+Green+Blue) = 93+178+127=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB27F is #A24D80. Grayscale: #929292. Windows color (decimal): -10636673 or 8368733. OLE color: 8368733.

HSL color Cylindrical-coordinate representation of color #5DB27F: hue angle of 144º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB27F is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 93 178 127 -
CMYK 0.48 0 0.29 0.30
HSL 144º 0.36% 0.53% -
HSV(B) 144º 0.48% 0.7% -
XYZ 24.27 35.7 25.69 -
YUV 146.77 116.84 89.65 -
System Red Green Blue C M Y K H S L
Decimal 93 178 127 0.48 0 0.29 0.30 144 0.36 0.53
Hex 5D B2 7F 30 0 1D 1E 90 24 35
Octal 135 262 177 60 0 35 36 220 44 65
Binary 1011101 10110010 1111111 110000 0 11101 11110 10010000 100100 110101

Color Harmonies of #5DB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB27F

Black with #5DB27F

Text Example


Text Example

White with #5DB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DB27F; }

 p { color: rgb(93,178,127); }

 H1.HeaderClassName
 {
   color: #5DB27F;
 }
 .AnyTagClassName
 {
   color: #5DB27F;
 }
</style>

background-color css

<style>
 a { background-color: #5DB27F; }

 a { background-color: rgb(93,178,127); }

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

border-color css

<style>
 span { border-color: #5DB27F; }

 span { border-color: rgb(93,178,127); }

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