Html Css Color HEX #0FD380 Caribbean Green

📋 copy color: '#0FD380'

red 15 ◦ green 211 ◦ blue 128

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

Shades of Caribbean Green #0FD380

Tints of Caribbean Green #0FD380

RGB

 RED value IS 15 (6.25% from 255) = 4.24%

 GREEN value IS 211 (82.81% from 255) = 59.6%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 4.24%
G = 59.6%
B = 36.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#0FD380 (or 0x0FD380) is known color: Caribbean Green. HEX triplet: 0F, D3 and 80. RGB value is (15,211,128). Sum of RGB (Red+Green+Blue) = 15+211+128=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 211 (82.81% from 255 or 59.60% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD380 is #F02C7F. Grayscale: #8F8F8F. Windows color (decimal): -15740032 or 8442639. OLE color: 8442639.

HSL color Cylindrical-coordinate representation of color #0FD380: hue angle of 154.59º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD380 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 15 211 128 -
CMYK 0.93 0 0.39 0.17
HSL 154.59º 0.87% 0.44% -
HSV(B) 154.59º 0.93% 0.83% -
XYZ 27.39 48.25 28.29 -
YUV 142.93 119.57 36.75 -
System Red Green Blue C M Y K H S L
Decimal 15 211 128 0.93 0 0.39 0.17 154.59 0.87 0.44
Hex F D3 80 5D 0 27 11 9B 57 2C
Octal 17 323 200 135 0 47 21 233 127 54
Binary 1111 11010011 10000000 1011101 0 100111 10001 10011011 1010111 101100

Color Harmonies of #0FD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD380

Black with #0FD380

Text Example


Text Example

White with #0FD380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FD380; }

 p { color: rgb(15,211,128); }

 H1.HeaderClassName
 {
   color: #0FD380;
 }
 .AnyTagClassName
 {
   color: #0FD380;
 }
</style>

background-color css

<style>
 a { background-color: #0FD380; }

 a { background-color: rgb(15,211,128); }

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

border-color css

<style>
 span { border-color: #0FD380; }

 span { border-color: rgb(15,211,128); }

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