Html Css Color HEX #C5EDA4 Reef

📋 copy color: '#C5EDA4'

red 197 ◦ green 237 ◦ blue 164

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

Shades of Reef #C5EDA4

Tints of Reef #C5EDA4

RGB

 RED value IS 197 (77.34% from 255) = 32.94%

 GREEN value IS 237 (92.97% from 255) = 39.63%

 BLUE value IS 164 (64.45% from 255) = 27.42%

R = 32.94%
G = 39.63%
B = 27.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#C5EDA4 (or 0xC5EDA4) is known color: Reef. HEX triplet: C5, ED and A4. RGB value is (197,237,164). Sum of RGB (Red+Green+Blue) = 197+237+164=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EDA4 is #3A125B. Grayscale: #D8D8D8. Windows color (decimal): -3805788 or 10808773. OLE color: 10808773.

HSL color Cylindrical-coordinate representation of color #C5EDA4: hue angle of 92.88º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5EDA4 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 164 -
CMYK 0.17 0 0.31 0.07
HSL 92.88º 0.67% 0.79% -
HSV(B) 92.88º 0.31% 0.93% -
XYZ 60.01 75.12 46.46 -
YUV 216.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 197 237 164 0.17 0 0.31 0.07 92.88 0.67 0.79
Hex C5 ED A4 11 0 1F 7 5D 43 4F
Octal 305 355 244 21 0 37 7 135 103 117
Binary 11000101 11101101 10100100 10001 0 11111 111 1011101 1000011 1001111

Color Harmonies of #C5EDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EDA4

Black with #C5EDA4

Text Example


Text Example

White with #C5EDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EDA4; }

 p { color: rgb(197,237,164); }

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

background-color css

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

 a { background-color: rgb(197,237,164); }

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

border-color css

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

 span { border-color: rgb(197,237,164); }

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