#CDF994

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

Shades of Reef #CDF994

Tints of Reef #CDF994

Color information

#CDF994 (or 0xCDF994) is unknown color: approx Reef. HEX triplet: CD, F9 and 94. RGB value is (205,249,148). Sum of RGB (Red+Green+Blue) = 205+249+148=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF994 is #32066B. Grayscale: #E0E0E0. Windows color (decimal): -3278444 or 9763277. OLE color: 9763277.

HSL color Cylindrical-coordinate representation of color #CDF994: hue angle of 86.14º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDF994 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB205249148-
CMYK0.1800.410.02
HSL86.14º89.38%77.84%-
HSV(B)86.14º40.56%97.65%-
XYZ64.482.8740.62-
YUV224.3384.92114.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 249 (97.66% from 255) = 41.36%
BLUE value IS 148 (58.20% from 255) = 24.58%
R=34.05%
G=41.36%
B=24.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491480.1800.410.0286.1489.3877.84
HexCDF99412029256594e
Octal315371224220512126131116
Binary11001101111110011001010010010010100110101011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF994; }

 p { color: rgb(205,249,148); }

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

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

 a { background-color: rgb(205,249,148); }

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

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

 span { border-color: rgb(205,249,148); }

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