#CDF295

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

Shades of Reef #CDF295

Tints of Reef #CDF295

Color information

#CDF295 (or 0xCDF295) is unknown color: approx Reef. HEX triplet: CD, F2 and 95. RGB value is (205,242,149). Sum of RGB (Red+Green+Blue) = 205+242+149=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF295 is #320D6A. Grayscale: #DCDCDC. Windows color (decimal): -3280235 or 9827021. OLE color: 9827021.

HSL color Cylindrical-coordinate representation of color #CDF295: hue angle of 83.87º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDF295 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB205242149-
CMYK0.1500.380.05
HSL83.87º78.15%76.67%-
HSV(B)83.87º38.43%94.9%-
XYZ62.3578.6540.33-
YUV220.3387.74117.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 242 (94.92% from 255) = 40.60%
BLUE value IS 149 (58.59% from 255) = 25%
R=34.40%
G=40.60%
B=25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052421490.1500.380.0583.8778.1576.67
HexCDF295F0265544e4d
Octal315362225170465124116115
Binary11001101111100101001010111110100110101101010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF295; }

 p { color: rgb(205,242,149); }

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

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

 a { background-color: rgb(205,242,149); }

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

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

 span { border-color: rgb(205,242,149); }

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