Html Css Color HEX #CDF095 Reef

📋 copy color: '#CDF095'

red 205 ◦ green 240 ◦ blue 149

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

Shades of Reef #CDF095

Tints of Reef #CDF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.4%

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

R = 34.51%
G = 40.4%
B = 25.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#CDF095 (or 0xCDF095) is known color: Reef. HEX triplet: CD, F0 and 95. RGB value is (205,240,149). Sum of RGB (Red+Green+Blue) = 205+240+149=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF095 is #320F6A. Grayscale: #DBDBDB. Windows color (decimal): -3280747 or 9826509. OLE color: 9826509.

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

Color convert

RGB 205 240 149 -
CMYK 0.15 0 0.38 0.06
HSL 83.08º 0.75% 0.76% -
HSV(B) 83.08º 0.38% 0.94% -
XYZ 61.76 77.47 40.13 -
YUV 219.16 88.4 117.9 -
System Red Green Blue C M Y K H S L
Decimal 205 240 149 0.15 0 0.38 0.06 83.08 0.75 0.76
Hex CD F0 95 F 0 26 6 53 4B 4C
Octal 315 360 225 17 0 46 6 123 113 114
Binary 11001101 11110000 10010101 1111 0 100110 110 1010011 1001011 1001100

Color Harmonies of #CDF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF095

Black with #CDF095

Text Example


Text Example

White with #CDF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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