Html Css Color HEX #CDF765 Mindaro

📋 copy color: '#CDF765'

red 205 ◦ green 247 ◦ blue 101

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

Shades of Mindaro #CDF765

Tints of Mindaro #CDF765

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.67%

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

R = 37.07%
G = 44.67%
B = 18.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#CDF765 (or 0xCDF765) is known color: Mindaro. HEX triplet: CD, F7 and 65. RGB value is (205,247,101). Sum of RGB (Red+Green+Blue) = 205+247+101=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF765 is #32089A. Grayscale: #DADADA. Windows color (decimal): -3279003 or 6682573. OLE color: 6682573.

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

Color convert

RGB 205 247 101 -
CMYK 0.17 0 0.59 0.03
HSL 77.26º 0.9% 0.68% -
HSV(B) 77.26º 0.59% 0.97% -
XYZ 60.79 80.44 24.63 -
YUV 217.8 62.09 118.87 -
System Red Green Blue C M Y K H S L
Decimal 205 247 101 0.17 0 0.59 0.03 77.26 0.9 0.68
Hex CD F7 65 11 0 3B 3 4D 5A 44
Octal 315 367 145 21 0 73 3 115 132 104
Binary 11001101 11110111 1100101 10001 0 111011 11 1001101 1011010 1000100

Color Harmonies of #CDF765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF765

Black with #CDF765

Text Example


Text Example

White with #CDF765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF765; }

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

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

background-color css

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

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

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

border-color css

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

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

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