Html Css Color HEX #CDF195 Reef

📋 copy color: '#CDF195'

red 205 ◦ green 241 ◦ blue 149

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

Shades of Reef #CDF195

Tints of Reef #CDF195

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.5%

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

R = 34.45%
G = 40.5%
B = 25.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CDF195 (or 0xCDF195) is known color: Reef. HEX triplet: CD, F1 and 95. RGB value is (205,241,149). Sum of RGB (Red+Green+Blue) = 205+241+149=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF195 is #320E6A. Grayscale: #DCDCDC. Windows color (decimal): -3280491 or 9826765. OLE color: 9826765.

HSL color Cylindrical-coordinate representation of color #CDF195: hue angle of 83.48º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDF195 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 149 -
CMYK 0.15 0 0.38 0.05
HSL 83.48º 0.77% 0.76% -
HSV(B) 83.48º 0.38% 0.95% -
XYZ 62.06 78.06 40.23 -
YUV 219.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 205 241 149 0.15 0 0.38 0.05 83.48 0.77 0.76
Hex CD F1 95 F 0 26 5 53 4D 4C
Octal 315 361 225 17 0 46 5 123 115 114
Binary 11001101 11110001 10010101 1111 0 100110 101 1010011 1001101 1001100

Color Harmonies of #CDF195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF195

Black with #CDF195

Text Example


Text Example

White with #CDF195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF195; }

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

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

background-color css

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

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

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

border-color css

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

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

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