Html Css Color HEX #0FD47F Caribbean Green

📋 copy color: '#0FD47F'

red 15 ◦ green 212 ◦ blue 127

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

Shades of Caribbean Green #0FD47F

Tints of Caribbean Green #0FD47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.89%

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

R = 4.24%
G = 59.89%
B = 35.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#0FD47F (or 0x0FD47F) is known color: Caribbean Green. HEX triplet: 0F, D4 and 7F. RGB value is (15,212,127). Sum of RGB (Red+Green+Blue) = 15+212+127=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #0FD47F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD47F is #F02B80. Grayscale: #8F8F8F. Windows color (decimal): -15739777 or 8377359. OLE color: 8377359.

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

Color convert

RGB 15 212 127 -
CMYK 0.93 0 0.40 0.17
HSL 154.11º 0.87% 0.45% -
HSV(B) 154.11º 0.93% 0.83% -
XYZ 27.57 48.72 28.03 -
YUV 143.41 118.73 36.41 -
System Red Green Blue C M Y K H S L
Decimal 15 212 127 0.93 0 0.40 0.17 154.11 0.87 0.45
Hex F D4 7F 5D 0 28 11 9A 57 2D
Octal 17 324 177 135 0 50 21 232 127 55
Binary 1111 11010100 1111111 1011101 0 101000 10001 10011010 1010111 101101

Color Harmonies of #0FD47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD47F

Black with #0FD47F

Text Example


Text Example

White with #0FD47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,212,127); }

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

background-color css

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

 a { background-color: rgb(15,212,127); }

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

border-color css

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

 span { border-color: rgb(15,212,127); }

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