Html Css Color HEX #CDF861 Mindaro

📋 copy color: '#CDF861'

red 205 ◦ green 248 ◦ blue 97

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

Shades of Mindaro #CDF861

Tints of Mindaro #CDF861

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.09%

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

R = 37.27%
G = 45.09%
B = 17.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#CDF861 (or 0xCDF861) is known color: Mindaro. HEX triplet: CD, F8 and 61. RGB value is (205,248,97). Sum of RGB (Red+Green+Blue) = 205+248+97=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF861 is #32079E. Grayscale: #DADADA. Windows color (decimal): -3278751 or 6420685. OLE color: 6420685.

HSL color Cylindrical-coordinate representation of color #CDF861: hue angle of 77.09º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF861 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 248 97 -
CMYK 0.17 0 0.61 0.03
HSL 77.09º 0.92% 0.68% -
HSV(B) 77.09º 0.61% 0.97% -
XYZ 60.9 80.98 23.73 -
YUV 217.93 59.75 118.78 -
System Red Green Blue C M Y K H S L
Decimal 205 248 97 0.17 0 0.61 0.03 77.09 0.92 0.68
Hex CD F8 61 11 0 3D 3 4D 5C 44
Octal 315 370 141 21 0 75 3 115 134 104
Binary 11001101 11111000 1100001 10001 0 111101 11 1001101 1011100 1000100

Color Harmonies of #CDF861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF861

Black with #CDF861

Text Example


Text Example

White with #CDF861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF861; }

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

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

background-color css

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

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

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

border-color css

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

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

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