Html Css Color HEX #C0F994 Reef

📋 copy color: '#C0F994'

red 192 ◦ green 249 ◦ blue 148

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

Shades of Reef #C0F994

Tints of Reef #C0F994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.13%

R = 32.6%
G = 42.28%
B = 25.13%

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

#C0F994 (or 0xC0F994) is known color: Reef. HEX triplet: C0, F9 and 94. RGB value is (192,249,148). Sum of RGB (Red+Green+Blue) = 192+249+148=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F994 is #3F066B. Grayscale: #DCDCDC. Windows color (decimal): -4130412 or 9763264. OLE color: 9763264.

HSL color Cylindrical-coordinate representation of color #C0F994: hue angle of 93.86º 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 #C0F994 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 249 148 -
CMYK 0.23 0 0.41 0.02
HSL 93.86º 0.89% 0.78% -
HSV(B) 93.86º 0.41% 0.98% -
XYZ 60.96 81.1 40.46 -
YUV 220.44 87.12 107.71 -
System Red Green Blue C M Y K H S L
Decimal 192 249 148 0.23 0 0.41 0.02 93.86 0.89 0.78
Hex C0 F9 94 17 0 29 2 5E 59 4E
Octal 300 371 224 27 0 51 2 136 131 116
Binary 11000000 11111001 10010100 10111 0 101001 10 1011110 1011001 1001110

Color Harmonies of #C0F994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F994

Black with #C0F994

Text Example


Text Example

White with #C0F994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F994; }

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

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

background-color css

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

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

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

border-color css

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

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

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