Html Css Color HEX #C2EE94 Reef

📋 copy color: '#C2EE94'

red 194 ◦ green 238 ◦ blue 148

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

Shades of Reef #C2EE94

Tints of Reef #C2EE94

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.03%

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

R = 33.45%
G = 41.03%
B = 25.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#C2EE94 (or 0xC2EE94) is known color: Reef. HEX triplet: C2, EE and 94. RGB value is (194,238,148). Sum of RGB (Red+Green+Blue) = 194+238+148=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EE94 is #3D116B. Grayscale: #D6D6D6. Windows color (decimal): -4002156 or 9760450. OLE color: 9760450.

HSL color Cylindrical-coordinate representation of color #C2EE94: hue angle of 89.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2EE94 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 238 148 -
CMYK 0.18 0 0.38 0.07
HSL 89.33º 0.73% 0.76% -
HSV(B) 89.33º 0.38% 0.93% -
XYZ 58.17 74.76 39.38 -
YUV 214.58 90.42 113.32 -
System Red Green Blue C M Y K H S L
Decimal 194 238 148 0.18 0 0.38 0.07 89.33 0.73 0.76
Hex C2 EE 94 12 0 26 7 59 49 4C
Octal 302 356 224 22 0 46 7 131 111 114
Binary 11000010 11101110 10010100 10010 0 100110 111 1011001 1001001 1001100

Color Harmonies of #C2EE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EE94

Black with #C2EE94

Text Example


Text Example

White with #C2EE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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