Html Css Color HEX #C0FF9B Reef

📋 copy color: '#C0FF9B'

red 192 ◦ green 255 ◦ blue 155

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

Shades of Reef #C0FF9B

Tints of Reef #C0FF9B

RGB

 RED value IS 192 (75.39% from 255) = 31.89%

 GREEN value IS 255 (100% from 255) = 42.36%

 BLUE value IS 155 (60.94% from 255) = 25.75%

R = 31.89%
G = 42.36%
B = 25.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#C0FF9B (or 0xC0FF9B) is known color: Reef. HEX triplet: C0, FF and 9B. RGB value is (192,255,155). Sum of RGB (Red+Green+Blue) = 192+255+155=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF9B is #3F0064. Grayscale: #E1E1E1. Windows color (decimal): -4128869 or 10223552. OLE color: 10223552.

HSL color Cylindrical-coordinate representation of color #C0FF9B: hue angle of 97.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0FF9B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 192 255 155 -
CMYK 0.25 0 0.39 0
HSL 97.8º 1% 0.8% -
HSV(B) 97.8º 0.39% 1% -
XYZ 63.41 85.09 44.09 -
YUV 224.76 88.63 104.63 -
System Red Green Blue C M Y K H S L
Decimal 192 255 155 0.25 0 0.39 0 97.8 1 0.8
Hex C0 FF 9B 19 0 27 0 62 64 50
Octal 300 377 233 31 0 47 0 142 144 120
Binary 11000000 11111111 10011011 11001 0 100111 0 1100010 1100100 1010000

Color Harmonies of #C0FF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FF9B

Black with #C0FF9B

Text Example


Text Example

White with #C0FF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FF9B; }

 p { color: rgb(192,255,155); }

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

background-color css

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

 a { background-color: rgb(192,255,155); }

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

border-color css

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

 span { border-color: rgb(192,255,155); }

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