Html Css Color HEX #CDF696 Reef

📋 copy color: '#CDF696'

red 205 ◦ green 246 ◦ blue 150

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

Shades of Reef #CDF696

Tints of Reef #CDF696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.96%

R = 34.11%
G = 40.93%
B = 24.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CDF696 (or 0xCDF696) is known color: Reef. HEX triplet: CD, F6 and 96. RGB value is (205,246,150). Sum of RGB (Red+Green+Blue) = 205+246+150=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF696 is #320969. Grayscale: #DFDFDF. Windows color (decimal): -3279210 or 9893581. OLE color: 9893581.

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

Color convert

RGB 205 246 150 -
CMYK 0.17 0 0.39 0.04
HSL 85.62º 0.84% 0.78% -
HSV(B) 85.62º 0.39% 0.96% -
XYZ 63.64 81.09 41.15 -
YUV 222.8 86.92 115.31 -
System Red Green Blue C M Y K H S L
Decimal 205 246 150 0.17 0 0.39 0.04 85.62 0.84 0.78
Hex CD F6 96 11 0 27 4 56 54 4E
Octal 315 366 226 21 0 47 4 126 124 116
Binary 11001101 11110110 10010110 10001 0 100111 100 1010110 1010100 1001110

Color Harmonies of #CDF696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF696

Black with #CDF696

Text Example


Text Example

White with #CDF696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF696; }

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

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

background-color css

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

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

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

border-color css

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

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

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