Html Css Color HEX #CDF965 Mindaro

📋 copy color: '#CDF965'

red 205 ◦ green 249 ◦ blue 101

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

Shades of Mindaro #CDF965

Tints of Mindaro #CDF965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.2%

R = 36.94%
G = 44.86%
B = 18.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#CDF965 (or 0xCDF965) is known color: Mindaro. HEX triplet: CD, F9 and 65. RGB value is (205,249,101). Sum of RGB (Red+Green+Blue) = 205+249+101=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF965 is #32069A. Grayscale: #DBDBDB. Windows color (decimal): -3278491 or 6683085. OLE color: 6683085.

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

Color convert

RGB 205 249 101 -
CMYK 0.18 0 0.59 0.02
HSL 77.84º 0.93% 0.69% -
HSV(B) 77.84º 0.59% 0.98% -
XYZ 61.4 81.67 24.84 -
YUV 218.97 61.42 118.03 -
System Red Green Blue C M Y K H S L
Decimal 205 249 101 0.18 0 0.59 0.02 77.84 0.93 0.69
Hex CD F9 65 12 0 3B 2 4E 5C 45
Octal 315 371 145 22 0 73 2 116 134 105
Binary 11001101 11111001 1100101 10010 0 111011 10 1001110 1011100 1000101

Color Harmonies of #CDF965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF965

Black with #CDF965

Text Example


Text Example

White with #CDF965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF965; }

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

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

background-color css

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

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

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

border-color css

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

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

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