Html Css Color HEX #00CF91 Caribbean Green

📋 copy color: '#00CF91'

red 0 ◦ green 207 ◦ blue 145

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

Shades of Caribbean Green #00CF91

Tints of Caribbean Green #00CF91

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 0%
G = 58.81%
B = 41.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#00CF91 (or 0x00CF91) is known color: Caribbean Green. HEX triplet: 00, CF and 91. RGB value is (0,207,145). Sum of RGB (Red+Green+Blue) = 0+207+145=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CF91 is #FF306E. Grayscale: #8A8A8A. Windows color (decimal): -16724079 or 9555712. OLE color: 9555712.

HSL color Cylindrical-coordinate representation of color #00CF91: hue angle of 162.03º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CF91 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 207 145 -
CMYK 1 0 0.30 0.19
HSL 162.03º 1% 0.41% -
HSV(B) 162.03º 1% 0.81% -
XYZ 27.42 46.67 34.35 -
YUV 138.04 131.92 29.54 -
System Red Green Blue C M Y K H S L
Decimal 0 207 145 1 0 0.30 0.19 162.03 1 0.41
Hex 0 CF 91 64 0 1E 13 A2 64 29
Octal 0 317 221 144 0 36 23 242 144 51
Binary 0 11001111 10010001 1100100 0 11110 10011 10100010 1100100 101001

Color Harmonies of #00CF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CF91

Black with #00CF91

Text Example


Text Example

White with #00CF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CF91; }

 p { color: rgb(0,207,145); }

 H1.HeaderClassName
 {
   color: #00CF91;
 }
 .AnyTagClassName
 {
   color: #00CF91;
 }
</style>

background-color css

<style>
 a { background-color: #00CF91; }

 a { background-color: rgb(0,207,145); }

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

border-color css

<style>
 span { border-color: #00CF91; }

 span { border-color: rgb(0,207,145); }

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