Html Css Color HEX #CDF261 Mindaro

📋 copy color: '#CDF261'

red 205 ◦ green 242 ◦ blue 97

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

Shades of Mindaro #CDF261

Tints of Mindaro #CDF261

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.49%

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

R = 37.68%
G = 44.49%
B = 17.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#CDF261 (or 0xCDF261) is known color: Mindaro. HEX triplet: CD, F2 and 61. RGB value is (205,242,97). Sum of RGB (Red+Green+Blue) = 205+242+97=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF261 is #320D9E. Grayscale: #D6D6D6. Windows color (decimal): -3280287 or 6419149. OLE color: 6419149.

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

Color convert

RGB 205 242 97 -
CMYK 0.15 0 0.60 0.05
HSL 75.31º 0.85% 0.66% -
HSV(B) 75.31º 0.6% 0.95% -
XYZ 59.09 77.35 23.12 -
YUV 214.41 61.74 121.29 -
System Red Green Blue C M Y K H S L
Decimal 205 242 97 0.15 0 0.60 0.05 75.31 0.85 0.66
Hex CD F2 61 F 0 3C 5 4B 55 42
Octal 315 362 141 17 0 74 5 113 125 102
Binary 11001101 11110010 1100001 1111 0 111100 101 1001011 1010101 1000010

Color Harmonies of #CDF261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF261

Black with #CDF261

Text Example


Text Example

White with #CDF261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF261; }

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

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

background-color css

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

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

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

border-color css

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

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

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