Html Css Color HEX #CDF295 Reef

📋 copy color: '#CDF295'

red 205 ◦ green 242 ◦ blue 149

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

Shades of Reef #CDF295

Tints of Reef #CDF295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.6%

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

R = 34.4%
G = 40.6%
B = 25%

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

#CDF295 (or 0xCDF295) is known color: Reef. HEX triplet: CD, F2 and 95. RGB value is (205,242,149). Sum of RGB (Red+Green+Blue) = 205+242+149=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF295 is #320D6A. Grayscale: #DCDCDC. Windows color (decimal): -3280235 or 9827021. OLE color: 9827021.

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

Color convert

RGB 205 242 149 -
CMYK 0.15 0 0.38 0.05
HSL 83.87º 0.78% 0.77% -
HSV(B) 83.87º 0.38% 0.95% -
XYZ 62.35 78.65 40.33 -
YUV 220.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 205 242 149 0.15 0 0.38 0.05 83.87 0.78 0.77
Hex CD F2 95 F 0 26 5 54 4E 4D
Octal 315 362 225 17 0 46 5 124 116 115
Binary 11001101 11110010 10010101 1111 0 100110 101 1010100 1001110 1001101

Color Harmonies of #CDF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF295

Black with #CDF295

Text Example


Text Example

White with #CDF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF295; }

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

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

background-color css

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

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

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

border-color css

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

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

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