Html Css Color HEX #C2EB94 Reef

📋 copy color: '#C2EB94'

red 194 ◦ green 235 ◦ blue 148

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

Shades of Reef #C2EB94

Tints of Reef #C2EB94

RGB

 RED value IS 194 (76.17% from 255) = 33.62%

 GREEN value IS 235 (92.19% from 255) = 40.73%

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

R = 33.62%
G = 40.73%
B = 25.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#C2EB94 (or 0xC2EB94) is known color: Reef. HEX triplet: C2, EB and 94. RGB value is (194,235,148). Sum of RGB (Red+Green+Blue) = 194+235+148=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB94 is #3D146B. Grayscale: #D5D5D5. Windows color (decimal): -4002924 or 9759682. OLE color: 9759682.

HSL color Cylindrical-coordinate representation of color #C2EB94: hue angle of 88.28º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2EB94 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 148 -
CMYK 0.17 0 0.37 0.08
HSL 88.28º 0.69% 0.75% -
HSV(B) 88.28º 0.37% 0.92% -
XYZ 57.3 73.02 39.09 -
YUV 212.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 194 235 148 0.17 0 0.37 0.08 88.28 0.69 0.75
Hex C2 EB 94 11 0 25 8 58 45 4B
Octal 302 353 224 21 0 45 10 130 105 113
Binary 11000010 11101011 10010100 10001 0 100101 1000 1011000 1000101 1001011

Color Harmonies of #C2EB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB94

Black with #C2EB94

Text Example


Text Example

White with #C2EB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB94; }

 p { color: rgb(194,235,148); }

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

background-color css

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

 a { background-color: rgb(194,235,148); }

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

border-color css

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

 span { border-color: rgb(194,235,148); }

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