Html Css Color HEX #0FCF83 Caribbean Green

📋 copy color: '#0FCF83'

red 15 ◦ green 207 ◦ blue 131

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

Shades of Caribbean Green #0FCF83

Tints of Caribbean Green #0FCF83

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.64%

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 4.25%
G = 58.64%
B = 37.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#0FCF83 (or 0x0FCF83) is known color: Caribbean Green. HEX triplet: 0F, CF and 83. RGB value is (15,207,131). Sum of RGB (Red+Green+Blue) = 15+207+131=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF83 is #F0307C. Grayscale: #8D8D8D. Windows color (decimal): -15741053 or 8638223. OLE color: 8638223.

HSL color Cylindrical-coordinate representation of color #0FCF83: hue angle of 156.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF83 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 131 -
CMYK 0.93 0 0.37 0.19
HSL 156.25º 0.86% 0.44% -
HSV(B) 156.25º 0.93% 0.81% -
XYZ 26.61 46.37 29.02 -
YUV 140.93 122.39 38.18 -
System Red Green Blue C M Y K H S L
Decimal 15 207 131 0.93 0 0.37 0.19 156.25 0.86 0.44
Hex F CF 83 5D 0 25 13 9C 56 2C
Octal 17 317 203 135 0 45 23 234 126 54
Binary 1111 11001111 10000011 1011101 0 100101 10011 10011100 1010110 101100

Color Harmonies of #0FCF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF83

Black with #0FCF83

Text Example


Text Example

White with #0FCF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,131); }

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

background-color css

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

 a { background-color: rgb(15,207,131); }

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

border-color css

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

 span { border-color: rgb(15,207,131); }

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