Html Css Color HEX #DCF135 Pear

📋 copy color: '#DCF135'

red 220 ◦ green 241 ◦ blue 53

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

Shades of Pear #DCF135

Tints of Pear #DCF135

RGB

 RED value IS 220 (86.33% from 255) = 42.8%

 GREEN value IS 241 (94.53% from 255) = 46.89%

 BLUE value IS 53 (21.09% from 255) = 10.31%

R = 42.8%
G = 46.89%
B = 10.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#DCF135 (or 0xDCF135) is known color: Pear. HEX triplet: DC, F1 and 35. RGB value is (220,241,53). Sum of RGB (Red+Green+Blue) = 220+241+53=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 53 (21.09% from 255 or 10.31% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF135 is #230ECA. Grayscale: #D6D6D6. Windows color (decimal): -2297547 or 3535324. OLE color: 3535324.

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

Color convert

RGB 220 241 53 -
CMYK 0.09 0 0.78 0.05
HSL 66.7º 0.87% 0.58% -
HSV(B) 66.7º 0.78% 0.95% -
XYZ 61.61 78.38 15.25 -
YUV 213.29 37.54 132.79 -
System Red Green Blue C M Y K H S L
Decimal 220 241 53 0.09 0 0.78 0.05 66.7 0.87 0.58
Hex DC F1 35 9 0 4E 5 43 57 3A
Octal 334 361 65 11 0 116 5 103 127 72
Binary 11011100 11110001 110101 1001 0 1001110 101 1000011 1010111 111010

Color Harmonies of #DCF135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF135

Black with #DCF135

Text Example


Text Example

White with #DCF135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF135; }

 p { color: rgb(220,241,53); }

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

background-color css

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

 a { background-color: rgb(220,241,53); }

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

border-color css

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

 span { border-color: rgb(220,241,53); }

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