Html Css Color HEX #CDF29D Reef

📋 copy color: '#CDF29D'

red 205 ◦ green 242 ◦ blue 157

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

Shades of Reef #CDF29D

Tints of Reef #CDF29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.99%

R = 33.94%
G = 40.07%
B = 25.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#CDF29D (or 0xCDF29D) is known color: Reef. HEX triplet: CD, F2 and 9D. RGB value is (205,242,157). Sum of RGB (Red+Green+Blue) = 205+242+157=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF29D is #320D62. Grayscale: #DDDDDD. Windows color (decimal): -3280227 or 10351309. OLE color: 10351309.

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

Color convert

RGB 205 242 157 -
CMYK 0.15 0 0.35 0.05
HSL 86.12º 0.77% 0.78% -
HSV(B) 86.12º 0.35% 0.95% -
XYZ 63.01 78.92 43.81 -
YUV 221.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 205 242 157 0.15 0 0.35 0.05 86.12 0.77 0.78
Hex CD F2 9D F 0 23 5 56 4D 4E
Octal 315 362 235 17 0 43 5 126 115 116
Binary 11001101 11110010 10011101 1111 0 100011 101 1010110 1001101 1001110

Color Harmonies of #CDF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF29D

Black with #CDF29D

Text Example


Text Example

White with #CDF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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