#CDFF99

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

Shades of Reef #CDFF99

Tints of Reef #CDFF99

Color information

#CDFF99 (or 0xCDFF99) is unknown color: approx Reef. HEX triplet: CD, FF and 99. RGB value is (205,255,153). Sum of RGB (Red+Green+Blue) = 205+255+153=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF99 is #320066. Grayscale: #E4E4E4. Windows color (decimal): -3276903 or 10092493. OLE color: 10092493.

HSL color Cylindrical-coordinate representation of color #CDFF99: hue angle of 89.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDFF99 is Cyan = 0.20, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB205255153-
CMYK0.2000.40
HSL89.41º100%80%-
HSV(B)89.41º40%100%-
XYZ66.6986.843.38-
YUV228.4285.44111.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 153 (60.16% from 255) = 24.96%
R=33.44%
G=41.60%
B=24.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551530.2000.4089.4110080
HexCDFF99140280596450
Octal315377231240500131144120
Binary1100110111111111100110011010001010000101100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFF99; }

 p { color: rgb(205,255,153); }

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

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

 a { background-color: rgb(205,255,153); }

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

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

 span { border-color: rgb(205,255,153); }

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