Html Css Color HEX #D5FA68 Mindaro

📋 copy color: '#D5FA68'

red 213 ◦ green 250 ◦ blue 104

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

Shades of Mindaro #D5FA68

Tints of Mindaro #D5FA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.09%

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

R = 37.57%
G = 44.09%
B = 18.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#D5FA68 (or 0xD5FA68) is known color: Mindaro. HEX triplet: D5, FA and 68. RGB value is (213,250,104). Sum of RGB (Red+Green+Blue) = 213+250+104=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA68 is #2A0597. Grayscale: #DEDEDE. Windows color (decimal): -2753944 or 6879957. OLE color: 6879957.

HSL color Cylindrical-coordinate representation of color #D5FA68: hue angle of 75.21º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5FA68 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 104 -
CMYK 0.15 0 0.58 0.02
HSL 75.21º 0.94% 0.69% -
HSV(B) 75.21º 0.58% 0.98% -
XYZ 64.12 83.52 25.84 -
YUV 222.29 61.24 121.37 -
System Red Green Blue C M Y K H S L
Decimal 213 250 104 0.15 0 0.58 0.02 75.21 0.94 0.69
Hex D5 FA 68 F 0 3A 2 4B 5E 45
Octal 325 372 150 17 0 72 2 113 136 105
Binary 11010101 11111010 1101000 1111 0 111010 10 1001011 1011110 1000101

Color Harmonies of #D5FA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA68

Black with #D5FA68

Text Example


Text Example

White with #D5FA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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