Html Css Color HEX #D5F068 Mindaro

📋 copy color: '#D5F068'

red 213 ◦ green 240 ◦ blue 104

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

Shades of Mindaro #D5F068

Tints of Mindaro #D5F068

RGB

 RED value IS 213 (83.59% from 255) = 38.24%

 GREEN value IS 240 (94.14% from 255) = 43.09%

 BLUE value IS 104 (41.02% from 255) = 18.67%

R = 38.24%
G = 43.09%
B = 18.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#D5F068 (or 0xD5F068) is known color: Mindaro. HEX triplet: D5, F0 and 68. RGB value is (213,240,104). Sum of RGB (Red+Green+Blue) = 213+240+104=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F068 is #2A0F97. Grayscale: #D8D8D8. Windows color (decimal): -2756504 or 6877397. OLE color: 6877397.

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

Color convert

RGB 213 240 104 -
CMYK 0.11 0 0.57 0.06
HSL 71.91º 0.82% 0.67% -
HSV(B) 71.91º 0.57% 0.94% -
XYZ 61.1 77.47 24.83 -
YUV 216.42 64.55 125.56 -
System Red Green Blue C M Y K H S L
Decimal 213 240 104 0.11 0 0.57 0.06 71.91 0.82 0.67
Hex D5 F0 68 B 0 39 6 48 52 43
Octal 325 360 150 13 0 71 6 110 122 103
Binary 11010101 11110000 1101000 1011 0 111001 110 1001000 1010010 1000011

Color Harmonies of #D5F068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F068

Black with #D5F068

Text Example


Text Example

White with #D5F068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F068; }

 p { color: rgb(213,240,104); }

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

background-color css

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

 a { background-color: rgb(213,240,104); }

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

border-color css

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

 span { border-color: rgb(213,240,104); }

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