Html Css Color HEX #0FD77F Caribbean Green

📋 copy color: '#0FD77F'

red 15 ◦ green 215 ◦ blue 127

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

Shades of Caribbean Green #0FD77F

Tints of Caribbean Green #0FD77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.22%

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

R = 4.2%
G = 60.22%
B = 35.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#0FD77F (or 0x0FD77F) is known color: Caribbean Green. HEX triplet: 0F, D7 and 7F. RGB value is (15,215,127). Sum of RGB (Red+Green+Blue) = 15+215+127=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD77F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD77F is #F02880. Grayscale: #919191. Windows color (decimal): -15739009 or 8378127. OLE color: 8378127.

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

Color convert

RGB 15 215 127 -
CMYK 0.93 0 0.41 0.16
HSL 153.6º 0.87% 0.45% -
HSV(B) 153.6º 0.93% 0.84% -
XYZ 28.33 50.23 28.28 -
YUV 145.17 117.74 35.16 -
System Red Green Blue C M Y K H S L
Decimal 15 215 127 0.93 0 0.41 0.16 153.6 0.87 0.45
Hex F D7 7F 5D 0 29 10 9A 57 2D
Octal 17 327 177 135 0 51 20 232 127 55
Binary 1111 11010111 1111111 1011101 0 101001 10000 10011010 1010111 101101

Color Harmonies of #0FD77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD77F

Black with #0FD77F

Text Example


Text Example

White with #0FD77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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