Html Css Color HEX #DDF243 Pear

📋 copy color: '#DDF243'

red 221 ◦ green 242 ◦ blue 67

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

Shades of Pear #DDF243

Tints of Pear #DDF243

RGB

 RED value IS 221 (86.72% from 255) = 41.7%

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

 BLUE value IS 67 (26.56% from 255) = 12.64%

R = 41.7%
G = 45.66%
B = 12.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#DDF243 (or 0xDDF243) is known color: Pear. HEX triplet: DD, F2 and 43. RGB value is (221,242,67). Sum of RGB (Red+Green+Blue) = 221+242+67=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 67 (26.56% from 255 or 12.64% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF243 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF243 is #220DBC. Grayscale: #D8D8D8. Windows color (decimal): -2231741 or 4453085. OLE color: 4453085.

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

Color convert

RGB 221 242 67 -
CMYK 0.09 0 0.72 0.05
HSL 67.2º 0.87% 0.61% -
HSV(B) 67.2º 0.72% 0.95% -
XYZ 62.58 79.28 17.31 -
YUV 215.77 44.04 131.73 -
System Red Green Blue C M Y K H S L
Decimal 221 242 67 0.09 0 0.72 0.05 67.2 0.87 0.61
Hex DD F2 43 9 0 48 5 43 57 3D
Octal 335 362 103 11 0 110 5 103 127 75
Binary 11011101 11110010 1000011 1001 0 1001000 101 1000011 1010111 111101

Color Harmonies of #DDF243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF243

Black with #DDF243

Text Example


Text Example

White with #DDF243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF243; }

 p { color: rgb(221,242,67); }

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

background-color css

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

 a { background-color: rgb(221,242,67); }

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

border-color css

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

 span { border-color: rgb(221,242,67); }

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