#CDF139

Color #CDF139 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CDF139

Tints of Pear #CDF139

Color information

#CDF139 (or 0xCDF139) is unknown color: approx Pear. HEX triplet: CD, F1 and 39. RGB value is (205,241,57). Sum of RGB (Red+Green+Blue) = 205+241+57=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 57 (22.66% from 255 or 11.33% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF139 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF139 is #320EC6. Grayscale: #D1D1D1. Windows color (decimal): -3280583 or 3797453. OLE color: 3797453.

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

Color convert

RGB20524157-
CMYK0.1500.760.05
HSL71.74º86.79%58.43%-
HSV(B)71.74º76.35%94.51%-
XYZ57.3776.1915.55-
YUV209.2642.07124.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 241 (94.53% from 255) = 47.91%
BLUE value IS 57 (22.66% from 255) = 11.33%
R=40.76%
G=47.91%
B=11.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205241570.1500.760.0571.7486.7958.43
HexCDF139F04C548573a
Octal31536171170114511012772
Binary110011011111000111100111110100110010110010001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF139; }

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

 H1.HeaderClassName
 {
   color: #CDF139;
 }
 .AnyTagClassName
 {
   color: #CDF139;
 }
</style>
background-color css

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

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

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

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

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

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