Html Css Color HEX #C0F993 Reef

📋 copy color: '#C0F993'

red 192 ◦ green 249 ◦ blue 147

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

Shades of Reef #C0F993

Tints of Reef #C0F993

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.35%

 BLUE value IS 147 (57.81% from 255) = 25%

R = 32.65%
G = 42.35%
B = 25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#C0F993 (or 0xC0F993) is known color: Reef. HEX triplet: C0, F9 and 93. RGB value is (192,249,147). Sum of RGB (Red+Green+Blue) = 192+249+147=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F993 is #3F066C. Grayscale: #DCDCDC. Windows color (decimal): -4130413 or 9697728. OLE color: 9697728.

HSL color Cylindrical-coordinate representation of color #C0F993: hue angle of 93.53º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0F993 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 249 147 -
CMYK 0.23 0 0.41 0.02
HSL 93.53º 0.89% 0.78% -
HSV(B) 93.53º 0.41% 0.98% -
XYZ 60.88 81.06 40.04 -
YUV 220.33 86.62 107.79 -
System Red Green Blue C M Y K H S L
Decimal 192 249 147 0.23 0 0.41 0.02 93.53 0.89 0.78
Hex C0 F9 93 17 0 29 2 5E 59 4E
Octal 300 371 223 27 0 51 2 136 131 116
Binary 11000000 11111001 10010011 10111 0 101001 10 1011110 1011001 1001110

Color Harmonies of #C0F993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F993

Black with #C0F993

Text Example


Text Example

White with #C0F993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F993; }

 p { color: rgb(192,249,147); }

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

background-color css

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

 a { background-color: rgb(192,249,147); }

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

border-color css

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

 span { border-color: rgb(192,249,147); }

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