Html Css Color HEX #DCF325 Pear

📋 copy color: '#DCF325'

red 220 ◦ green 243 ◦ blue 37

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

Shades of Pear #DCF325

Tints of Pear #DCF325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.6%

 BLUE value IS 37 (14.84% from 255) = 7.4%

R = 44%
G = 48.6%
B = 7.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#DCF325 (or 0xDCF325) is known color: Pear. HEX triplet: DC, F3 and 25. RGB value is (220,243,37). Sum of RGB (Red+Green+Blue) = 220+243+37=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF325 is #230CDA. Grayscale: #D5D5D5. Windows color (decimal): -2297051 or 2487260. OLE color: 2487260.

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

Color convert

RGB 220 243 37 -
CMYK 0.09 0 0.85 0.05
HSL 66.7º 0.9% 0.55% -
HSV(B) 66.7º 0.85% 0.95% -
XYZ 61.9 79.45 13.82 -
YUV 212.64 28.88 133.25 -
System Red Green Blue C M Y K H S L
Decimal 220 243 37 0.09 0 0.85 0.05 66.7 0.9 0.55
Hex DC F3 25 9 0 55 5 43 5A 37
Octal 334 363 45 11 0 125 5 103 132 67
Binary 11011100 11110011 100101 1001 0 1010101 101 1000011 1011010 110111

Color Harmonies of #DCF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF325

Black with #DCF325

Text Example


Text Example

White with #DCF325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF325; }

 p { color: rgb(220,243,37); }

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

background-color css

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

 a { background-color: rgb(220,243,37); }

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

border-color css

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

 span { border-color: rgb(220,243,37); }

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