#CDF98D

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

Shades of Reef #CDF98D

Tints of Reef #CDF98D

Color information

#CDF98D (or 0xCDF98D) is unknown color: approx Reef. HEX triplet: CD, F9 and 8D. RGB value is (205,249,141). Sum of RGB (Red+Green+Blue) = 205+249+141=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF98D is #320672. Grayscale: #DFDFDF. Windows color (decimal): -3278451 or 9304525. OLE color: 9304525.

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

Color convert

RGB205249141-
CMYK0.1800.430.02
HSL84.44º90%76.47%-
HSV(B)84.44º43.37%97.65%-
XYZ63.8682.6537.79-
YUV223.5381.42114.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 141 (55.47% from 255) = 23.70%
R=34.45%
G=41.85%
B=23.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491410.1800.430.0284.449076.47
HexCDF98D1202B2545a4c
Octal315371215220532124132114
Binary11001101111110011000110110010010101110101010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF98D; }

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

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

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

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

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

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

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

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