Html Css Color HEX #DCEF69 Mindaro

📋 copy color: '#DCEF69'

red 220 ◦ green 239 ◦ blue 105

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

Shades of Mindaro #DCEF69

Tints of Mindaro #DCEF69

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.38%

 BLUE value IS 105 (41.41% from 255) = 18.62%

R = 39.01%
G = 42.38%
B = 18.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#DCEF69 (or 0xDCEF69) is known color: Mindaro. HEX triplet: DC, EF and 69. RGB value is (220,239,105). Sum of RGB (Red+Green+Blue) = 220+239+105=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 105 (41.41% from 255 or 18.62% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF69 is #231096. Grayscale: #DADADA. Windows color (decimal): -2298007 or 6942684. OLE color: 6942684.

HSL color Cylindrical-coordinate representation of color #DCEF69: hue angle of 68.51º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCEF69 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 105 -
CMYK 0.08 0 0.56 0.06
HSL 68.51º 0.81% 0.67% -
HSV(B) 68.51º 0.56% 0.94% -
XYZ 62.93 77.97 25.1 -
YUV 218.04 64.21 129.4 -
System Red Green Blue C M Y K H S L
Decimal 220 239 105 0.08 0 0.56 0.06 68.51 0.81 0.67
Hex DC EF 69 8 0 38 6 45 51 43
Octal 334 357 151 10 0 70 6 105 121 103
Binary 11011100 11101111 1101001 1000 0 111000 110 1000101 1010001 1000011

Color Harmonies of #DCEF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF69

Black with #DCEF69

Text Example


Text Example

White with #DCEF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF69; }

 p { color: rgb(220,239,105); }

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

background-color css

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

 a { background-color: rgb(220,239,105); }

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

border-color css

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

 span { border-color: rgb(220,239,105); }

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