#CDE298

Color #CDE298 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CDE298

Tints of Reef #CDE298

Color information

#CDE298 (or 0xCDE298) is unknown color: approx Reef. HEX triplet: CD, E2 and 98. RGB value is (205,226,152). Sum of RGB (Red+Green+Blue) = 205+226+152=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE298 is #321D67. Grayscale: #D3D3D3. Windows color (decimal): -3284328 or 10019533. OLE color: 10019533.

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

Color convert

RGB205226152-
CMYK0.0900.330.11
HSL77.03º56.06%74.12%-
HSV(B)77.03º32.74%88.63%-
XYZ58.0469.6440.09-
YUV211.2894.54123.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 226 (88.67% from 255) = 38.77%
BLUE value IS 152 (59.77% from 255) = 26.07%
R=35.16%
G=38.77%
B=26.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261520.0900.330.1177.0356.0674.12
HexCDE2989021B4d384a
Octal315342230110411311570112
Binary11001101111000101001100010010100001101110011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE298; }

 p { color: rgb(205,226,152); }

 H1.HeaderClassName
 {
   color: #CDE298;
 }
 .AnyTagClassName
 {
   color: #CDE298;
 }
</style>
background-color css

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

 a { background-color: rgb(205,226,152); }

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

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

 span { border-color: rgb(205,226,152); }

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