Html Css Color HEX #CDF697 Reef

📋 copy color: '#CDF697'

red 205 ◦ green 246 ◦ blue 151

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

Shades of Reef #CDF697

Tints of Reef #CDF697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.08%

R = 34.05%
G = 40.86%
B = 25.08%

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

#CDF697 (or 0xCDF697) is known color: Reef. HEX triplet: CD, F6 and 97. RGB value is (205,246,151). Sum of RGB (Red+Green+Blue) = 205+246+151=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF697 is #320968. Grayscale: #DFDFDF. Windows color (decimal): -3279209 or 9959117. OLE color: 9959117.

HSL color Cylindrical-coordinate representation of color #CDF697: hue angle of 85.89º 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 #CDF697 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 246 151 -
CMYK 0.17 0 0.39 0.04
HSL 85.89º 0.84% 0.78% -
HSV(B) 85.89º 0.39% 0.96% -
XYZ 63.72 81.13 41.58 -
YUV 222.91 87.42 115.22 -
System Red Green Blue C M Y K H S L
Decimal 205 246 151 0.17 0 0.39 0.04 85.89 0.84 0.78
Hex CD F6 97 11 0 27 4 56 54 4E
Octal 315 366 227 21 0 47 4 126 124 116
Binary 11001101 11110110 10010111 10001 0 100111 100 1010110 1010100 1001110

Color Harmonies of #CDF697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF697

Black with #CDF697

Text Example


Text Example

White with #CDF697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF697; }

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

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

background-color css

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

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

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

border-color css

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

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

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