Html Css Color HEX #DDF67B Mindaro

📋 copy color: '#DDF67B'

red 221 ◦ green 246 ◦ blue 123

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

Shades of Mindaro #DDF67B

Tints of Mindaro #DDF67B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.69%

 BLUE value IS 123 (48.44% from 255) = 20.85%

R = 37.46%
G = 41.69%
B = 20.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#DDF67B (or 0xDDF67B) is known color: Mindaro. HEX triplet: DD, F6 and 7B. RGB value is (221,246,123). Sum of RGB (Red+Green+Blue) = 221+246+123=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF67B is #220984. Grayscale: #E0E0E0. Windows color (decimal): -2230661 or 8124125. OLE color: 8124125.

HSL color Cylindrical-coordinate representation of color #DDF67B: hue angle of 72.2º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF67B is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 123 -
CMYK 0.10 0 0.50 0.04
HSL 72.2º 0.87% 0.72% -
HSV(B) 72.2º 0.5% 0.96% -
XYZ 66.35 82.71 31.21 -
YUV 224.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 221 246 123 0.10 0 0.50 0.04 72.2 0.87 0.72
Hex DD F6 7B A 0 32 4 48 57 48
Octal 335 366 173 12 0 62 4 110 127 110
Binary 11011101 11110110 1111011 1010 0 110010 100 1001000 1010111 1001000

Color Harmonies of #DDF67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF67B

Black with #DDF67B

Text Example


Text Example

White with #DDF67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF67B; }

 p { color: rgb(221,246,123); }

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

background-color css

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

 a { background-color: rgb(221,246,123); }

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

border-color css

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

 span { border-color: rgb(221,246,123); }

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