Html Css Color HEX #CDFD68 Mindaro

📋 copy color: '#CDFD68'

red 205 ◦ green 253 ◦ blue 104

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

Shades of Mindaro #CDFD68

Tints of Mindaro #CDFD68

RGB

 RED value IS 205 (80.47% from 255) = 36.48%

 GREEN value IS 253 (99.22% from 255) = 45.02%

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

R = 36.48%
G = 45.02%
B = 18.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#CDFD68 (or 0xCDFD68) is known color: Mindaro. HEX triplet: CD, FD and 68. RGB value is (205,253,104). Sum of RGB (Red+Green+Blue) = 205+253+104=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFD68 is #320297. Grayscale: #DEDEDE. Windows color (decimal): -3277464 or 6880717. OLE color: 6880717.

HSL color Cylindrical-coordinate representation of color #CDFD68: hue angle of 79.33º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDFD68 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 253 104 -
CMYK 0.19 0 0.59 0.01
HSL 79.33º 0.97% 0.7% -
HSV(B) 79.33º 0.59% 0.99% -
XYZ 62.8 84.23 26.04 -
YUV 221.66 61.6 116.12 -
System Red Green Blue C M Y K H S L
Decimal 205 253 104 0.19 0 0.59 0.01 79.33 0.97 0.7
Hex CD FD 68 13 0 3B 1 4F 61 46
Octal 315 375 150 23 0 73 1 117 141 106
Binary 11001101 11111101 1101000 10011 0 111011 1 1001111 1100001 1000110

Color Harmonies of #CDFD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFD68

Black with #CDFD68

Text Example


Text Example

White with #CDFD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFD68; }

 p { color: rgb(205,253,104); }

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

background-color css

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

 a { background-color: rgb(205,253,104); }

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

border-color css

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

 span { border-color: rgb(205,253,104); }

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