Html Css Color HEX #CDF760 Mindaro

📋 copy color: '#CDF760'

red 205 ◦ green 247 ◦ blue 96

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

Shades of Mindaro #CDF760

Tints of Mindaro #CDF760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.52%

R = 37.41%
G = 45.07%
B = 17.52%

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

#CDF760 (or 0xCDF760) is known color: Mindaro. HEX triplet: CD, F7 and 60. RGB value is (205,247,96). Sum of RGB (Red+Green+Blue) = 205+247+96=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF760 is #32089F. Grayscale: #D9D9D9. Windows color (decimal): -3279008 or 6354893. OLE color: 6354893.

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

Color convert

RGB 205 247 96 -
CMYK 0.17 0 0.61 0.03
HSL 76.69º 0.9% 0.67% -
HSV(B) 76.69º 0.61% 0.97% -
XYZ 60.55 80.35 23.38 -
YUV 217.23 59.59 119.28 -
System Red Green Blue C M Y K H S L
Decimal 205 247 96 0.17 0 0.61 0.03 76.69 0.9 0.67
Hex CD F7 60 11 0 3D 3 4D 5A 43
Octal 315 367 140 21 0 75 3 115 132 103
Binary 11001101 11110111 1100000 10001 0 111101 11 1001101 1011010 1000011

Color Harmonies of #CDF760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF760

Black with #CDF760

Text Example


Text Example

White with #CDF760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF760; }

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

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

background-color css

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

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

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

border-color css

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

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

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