Html Css Color HEX #CDF695 Reef

📋 copy color: '#CDF695'

red 205 ◦ green 246 ◦ blue 149

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

Shades of Reef #CDF695

Tints of Reef #CDF695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.83%

R = 34.17%
G = 41%
B = 24.83%

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

#CDF695 (or 0xCDF695) is known color: Reef. HEX triplet: CD, F6 and 95. RGB value is (205,246,149). Sum of RGB (Red+Green+Blue) = 205+246+149=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 246 (96.48% from 255 or 41% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF695 is #32096A. Grayscale: #DFDFDF. Windows color (decimal): -3279211 or 9828045. OLE color: 9828045.

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

Color convert

RGB 205 246 149 -
CMYK 0.17 0 0.39 0.04
HSL 85.36º 0.84% 0.77% -
HSV(B) 85.36º 0.39% 0.96% -
XYZ 63.56 81.06 40.73 -
YUV 222.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 205 246 149 0.17 0 0.39 0.04 85.36 0.84 0.77
Hex CD F6 95 11 0 27 4 55 54 4D
Octal 315 366 225 21 0 47 4 125 124 115
Binary 11001101 11110110 10010101 10001 0 100111 100 1010101 1010100 1001101

Color Harmonies of #CDF695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF695

Black with #CDF695

Text Example


Text Example

White with #CDF695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF695; }

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

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

background-color css

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

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

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

border-color css

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

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

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