Html Css Color HEX #CDF249 Pear

📋 copy color: '#CDF249'

red 205 ◦ green 242 ◦ blue 73

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

Shades of Pear #CDF249

Tints of Pear #CDF249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.04%

R = 39.42%
G = 46.54%
B = 14.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#CDF249 (or 0xCDF249) is known color: Pear. HEX triplet: CD, F2 and 49. RGB value is (205,242,73). Sum of RGB (Red+Green+Blue) = 205+242+73=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF249 is #320DB6. Grayscale: #D4D4D4. Windows color (decimal): -3280311 or 4846285. OLE color: 4846285.

HSL color Cylindrical-coordinate representation of color #CDF249: hue angle of 73.14º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF249 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 73 -
CMYK 0.15 0 0.70 0.05
HSL 73.14º 0.87% 0.62% -
HSV(B) 73.14º 0.7% 0.95% -
XYZ 58.13 76.96 18.1 -
YUV 211.67 49.74 123.24 -
System Red Green Blue C M Y K H S L
Decimal 205 242 73 0.15 0 0.70 0.05 73.14 0.87 0.62
Hex CD F2 49 F 0 46 5 49 57 3E
Octal 315 362 111 17 0 106 5 111 127 76
Binary 11001101 11110010 1001001 1111 0 1000110 101 1001001 1010111 111110

Color Harmonies of #CDF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF249

Black with #CDF249

Text Example


Text Example

White with #CDF249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF249; }

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

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

background-color css

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

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

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

border-color css

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

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

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