Html Css Color HEX #C0E694 Reef

📋 copy color: '#C0E694'

red 192 ◦ green 230 ◦ blue 148

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

Shades of Reef #C0E694

Tints of Reef #C0E694

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.35%

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

R = 33.68%
G = 40.35%
B = 25.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#C0E694 (or 0xC0E694) is known color: Reef. HEX triplet: C0, E6 and 94. RGB value is (192,230,148). Sum of RGB (Red+Green+Blue) = 192+230+148=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E694 is #3F196B. Grayscale: #D1D1D1. Windows color (decimal): -4135276 or 9758400. OLE color: 9758400.

HSL color Cylindrical-coordinate representation of color #C0E694: hue angle of 87.8º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0E694 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 230 148 -
CMYK 0.17 0 0.36 0.10
HSL 87.8º 0.62% 0.74% -
HSV(B) 87.8º 0.36% 0.9% -
XYZ 55.38 69.94 38.6 -
YUV 209.29 93.41 115.67 -
System Red Green Blue C M Y K H S L
Decimal 192 230 148 0.17 0 0.36 0.10 87.8 0.62 0.74
Hex C0 E6 94 11 0 24 A 58 3E 4A
Octal 300 346 224 21 0 44 12 130 76 112
Binary 11000000 11100110 10010100 10001 0 100100 1010 1011000 111110 1001010

Color Harmonies of #C0E694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E694

Black with #C0E694

Text Example


Text Example

White with #C0E694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E694; }

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

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

background-color css

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

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

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

border-color css

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

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

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