Html Css Color HEX #DCF230 Pear

📋 copy color: '#DCF230'

red 220 ◦ green 242 ◦ blue 48

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

Shades of Pear #DCF230

Tints of Pear #DCF230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.41%

R = 43.14%
G = 47.45%
B = 9.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#DCF230 (or 0xDCF230) is known color: Pear. HEX triplet: DC, F2 and 30. RGB value is (220,242,48). Sum of RGB (Red+Green+Blue) = 220+242+48=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 48 (19.14% from 255 or 9.41% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF230 is #230DCF. Grayscale: #D6D6D6. Windows color (decimal): -2297296 or 3207900. OLE color: 3207900.

HSL color Cylindrical-coordinate representation of color #DCF230: hue angle of 66.8º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCF230 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 48 -
CMYK 0.09 0 0.80 0.05
HSL 66.8º 0.88% 0.57% -
HSV(B) 66.8º 0.8% 0.95% -
XYZ 61.8 78.93 14.77 -
YUV 213.31 34.71 132.77 -
System Red Green Blue C M Y K H S L
Decimal 220 242 48 0.09 0 0.80 0.05 66.8 0.88 0.57
Hex DC F2 30 9 0 50 5 43 58 39
Octal 334 362 60 11 0 120 5 103 130 71
Binary 11011100 11110010 110000 1001 0 1010000 101 1000011 1011000 111001

Color Harmonies of #DCF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF230

Black with #DCF230

Text Example


Text Example

White with #DCF230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF230; }

 p { color: rgb(220,242,48); }

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

background-color css

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

 a { background-color: rgb(220,242,48); }

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

border-color css

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

 span { border-color: rgb(220,242,48); }

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