Html Css Color HEX #CDF495 Reef

📋 copy color: '#CDF495'

red 205 ◦ green 244 ◦ blue 149

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

Shades of Reef #CDF495

Tints of Reef #CDF495

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.8%

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

R = 34.28%
G = 40.8%
B = 24.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CDF495 (or 0xCDF495) is known color: Reef. HEX triplet: CD, F4 and 95. RGB value is (205,244,149). Sum of RGB (Red+Green+Blue) = 205+244+149=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF495 is #320B6A. Grayscale: #DDDDDD. Windows color (decimal): -3279723 or 9827533. OLE color: 9827533.

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

Color convert

RGB 205 244 149 -
CMYK 0.16 0 0.39 0.04
HSL 84.63º 0.81% 0.77% -
HSV(B) 84.63º 0.39% 0.96% -
XYZ 62.95 79.85 40.53 -
YUV 221.51 87.08 116.22 -
System Red Green Blue C M Y K H S L
Decimal 205 244 149 0.16 0 0.39 0.04 84.63 0.81 0.77
Hex CD F4 95 10 0 27 4 55 51 4D
Octal 315 364 225 20 0 47 4 125 121 115
Binary 11001101 11110100 10010101 10000 0 100111 100 1010101 1010001 1001101

Color Harmonies of #CDF495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF495

Black with #CDF495

Text Example


Text Example

White with #CDF495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF495; }

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

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

background-color css

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

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

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

border-color css

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

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

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