Html Css Color HEX #CDF961 Mindaro

📋 copy color: '#CDF961'

red 205 ◦ green 249 ◦ blue 97

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

Shades of Mindaro #CDF961

Tints of Mindaro #CDF961

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.19%

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

R = 37.21%
G = 45.19%
B = 17.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#CDF961 (or 0xCDF961) is known color: Mindaro. HEX triplet: CD, F9 and 61. RGB value is (205,249,97). Sum of RGB (Red+Green+Blue) = 205+249+97=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF961 is #32069E. Grayscale: #DBDBDB. Windows color (decimal): -3278495 or 6420941. OLE color: 6420941.

HSL color Cylindrical-coordinate representation of color #CDF961: hue angle of 77.37º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF961 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 97 -
CMYK 0.18 0 0.61 0.02
HSL 77.37º 0.93% 0.68% -
HSV(B) 77.37º 0.61% 0.98% -
XYZ 61.21 81.59 23.83 -
YUV 218.52 59.42 118.36 -
System Red Green Blue C M Y K H S L
Decimal 205 249 97 0.18 0 0.61 0.02 77.37 0.93 0.68
Hex CD F9 61 12 0 3D 2 4D 5D 44
Octal 315 371 141 22 0 75 2 115 135 104
Binary 11001101 11111001 1100001 10010 0 111101 10 1001101 1011101 1000100

Color Harmonies of #CDF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF961

Black with #CDF961

Text Example


Text Example

White with #CDF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF961; }

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

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

background-color css

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

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

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

border-color css

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

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

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