Html Css Color HEX #CDF361 Mindaro

📋 copy color: '#CDF361'

red 205 ◦ green 243 ◦ blue 97

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

Shades of Mindaro #CDF361

Tints of Mindaro #CDF361

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.59%

 BLUE value IS 97 (38.28% from 255) = 17.8%

R = 37.61%
G = 44.59%
B = 17.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#CDF361 (or 0xCDF361) is known color: Mindaro. HEX triplet: CD, F3 and 61. RGB value is (205,243,97). Sum of RGB (Red+Green+Blue) = 205+243+97=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF361 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF361 is #320C9E. Grayscale: #D7D7D7. Windows color (decimal): -3280031 or 6419405. OLE color: 6419405.

HSL color Cylindrical-coordinate representation of color #CDF361: hue angle of 75.62º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDF361 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 243 97 -
CMYK 0.16 0 0.60 0.05
HSL 75.62º 0.86% 0.67% -
HSV(B) 75.62º 0.6% 0.95% -
XYZ 59.39 77.94 23.22 -
YUV 214.99 61.41 120.87 -
System Red Green Blue C M Y K H S L
Decimal 205 243 97 0.16 0 0.60 0.05 75.62 0.86 0.67
Hex CD F3 61 10 0 3C 5 4C 56 43
Octal 315 363 141 20 0 74 5 114 126 103
Binary 11001101 11110011 1100001 10000 0 111100 101 1001100 1010110 1000011

Color Harmonies of #CDF361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF361

Black with #CDF361

Text Example


Text Example

White with #CDF361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF361; }

 p { color: rgb(205,243,97); }

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

background-color css

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

 a { background-color: rgb(205,243,97); }

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

border-color css

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

 span { border-color: rgb(205,243,97); }

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