Html Css Color HEX #C9E495 Reef

📋 copy color: '#C9E495'

red 201 ◦ green 228 ◦ blue 149

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

Shades of Reef #C9E495

Tints of Reef #C9E495

RGB

 RED value IS 201 (78.91% from 255) = 34.78%

 GREEN value IS 228 (89.45% from 255) = 39.45%

 BLUE value IS 149 (58.59% from 255) = 25.78%

R = 34.78%
G = 39.45%
B = 25.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#C9E495 (or 0xC9E495) is known color: Reef. HEX triplet: C9, E4 and 95. RGB value is (201,228,149). Sum of RGB (Red+Green+Blue) = 201+228+149=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #C9E495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E495 is #361B6A. Grayscale: #D3D3D3. Windows color (decimal): -3545963 or 9823433. OLE color: 9823433.

HSL color Cylindrical-coordinate representation of color #C9E495: hue angle of 80.51º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9E495 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 228 149 -
CMYK 0.12 0 0.35 0.11
HSL 80.51º 0.59% 0.74% -
HSV(B) 80.51º 0.35% 0.89% -
XYZ 57.26 70.07 38.94 -
YUV 210.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 201 228 149 0.12 0 0.35 0.11 80.51 0.59 0.74
Hex C9 E4 95 C 0 23 B 51 3B 4A
Octal 311 344 225 14 0 43 13 121 73 112
Binary 11001001 11100100 10010101 1100 0 100011 1011 1010001 111011 1001010

Color Harmonies of #C9E495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E495

Black with #C9E495

Text Example


Text Example

White with #C9E495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E495; }

 p { color: rgb(201,228,149); }

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

background-color css

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

 a { background-color: rgb(201,228,149); }

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

border-color css

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

 span { border-color: rgb(201,228,149); }

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