Html Css Color HEX #0FDE85 Caribbean Green

📋 copy color: '#0FDE85'

red 15 ◦ green 222 ◦ blue 133

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

Shades of Caribbean Green #0FDE85

Tints of Caribbean Green #0FDE85

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 4.05%
G = 60%
B = 35.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#0FDE85 (or 0x0FDE85) is known color: Caribbean Green. HEX triplet: 0F, DE and 85. RGB value is (15,222,133). Sum of RGB (Red+Green+Blue) = 15+222+133=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 222 (87.11% from 255 or 60% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE85 is #F0217A. Grayscale: #969696. Windows color (decimal): -15737211 or 8773135. OLE color: 8773135.

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

Color convert

RGB 15 222 133 -
CMYK 0.93 0 0.40 0.13
HSL 154.2º 0.87% 0.46% -
HSV(B) 154.2º 0.93% 0.87% -
XYZ 30.55 54.04 31.01 -
YUV 149.96 118.42 31.74 -
System Red Green Blue C M Y K H S L
Decimal 15 222 133 0.93 0 0.40 0.13 154.2 0.87 0.46
Hex F DE 85 5D 0 28 D 9A 57 2E
Octal 17 336 205 135 0 50 15 232 127 56
Binary 1111 11011110 10000101 1011101 0 101000 1101 10011010 1010111 101110

Color Harmonies of #0FDE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDE85

Black with #0FDE85

Text Example


Text Example

White with #0FDE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,133); }

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

background-color css

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

 a { background-color: rgb(15,222,133); }

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

border-color css

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

 span { border-color: rgb(15,222,133); }

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