Html Css Color HEX #CDF699 Reef

📋 copy color: '#CDF699'

red 205 ◦ green 246 ◦ blue 153

#CDF699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CDF699

Tints of Reef #CDF699

RGB

 RED value IS 205 (80.47% from 255) = 33.94%

 GREEN value IS 246 (96.48% from 255) = 40.73%

 BLUE value IS 153 (60.16% from 255) = 25.33%

R = 33.94%
G = 40.73%
B = 25.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#CDF699 (or 0xCDF699) is known color: Reef. HEX triplet: CD, F6 and 99. RGB value is (205,246,153). Sum of RGB (Red+Green+Blue) = 205+246+153=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF699 is #320966. Grayscale: #DFDFDF. Windows color (decimal): -3279207 or 10090189. OLE color: 10090189.

HSL color Cylindrical-coordinate representation of color #CDF699: hue angle of 86.45º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDF699 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 246 153 -
CMYK 0.17 0 0.38 0.04
HSL 86.45º 0.84% 0.78% -
HSV(B) 86.45º 0.38% 0.96% -
XYZ 63.88 81.19 42.44 -
YUV 223.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 205 246 153 0.17 0 0.38 0.04 86.45 0.84 0.78
Hex CD F6 99 11 0 26 4 56 54 4E
Octal 315 366 231 21 0 46 4 126 124 116
Binary 11001101 11110110 10011001 10001 0 100110 100 1010110 1010100 1001110

Color Harmonies of #CDF699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF699

Black with #CDF699

Text Example


Text Example

White with #CDF699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF699; }

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

 H1.HeaderClassName
 {
   color: #CDF699;
 }
 .AnyTagClassName
 {
   color: #CDF699;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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