#CDF193

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

Shades of Reef #CDF193

Tints of Reef #CDF193

Color information

#CDF193 (or 0xCDF193) is unknown color: approx Reef. HEX triplet: CD, F1 and 93. RGB value is (205,241,147). Sum of RGB (Red+Green+Blue) = 205+241+147=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF193 is #320E6C. Grayscale: #DBDBDB. Windows color (decimal): -3280493 or 9695693. OLE color: 9695693.

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

Color convert

RGB205241147-
CMYK0.1500.390.05
HSL82.98º77.05%76.08%-
HSV(B)82.98º39%94.51%-
XYZ61.97839.4-
YUV219.5287.07117.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 147 (57.81% from 255) = 24.79%
R=34.57%
G=40.64%
B=24.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052411470.1500.390.0582.9877.0576.08
HexCDF193F0275534d4c
Octal315361223170475123115114
Binary11001101111100011001001111110100111101101001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF193; }

 p { color: rgb(205,241,147); }

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

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

 a { background-color: rgb(205,241,147); }

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

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

 span { border-color: rgb(205,241,147); }

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