Html Css Color HEX #CDF362 Mindaro

📋 copy color: '#CDF362'

red 205 ◦ green 243 ◦ blue 98

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

Shades of Mindaro #CDF362

Tints of Mindaro #CDF362

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.51%

 BLUE value IS 98 (38.67% from 255) = 17.95%

R = 37.55%
G = 44.51%
B = 17.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#CDF362 (or 0xCDF362) is known color: Mindaro. HEX triplet: CD, F3 and 62. RGB value is (205,243,98). Sum of RGB (Red+Green+Blue) = 205+243+98=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF362 is #320C9D. Grayscale: #D7D7D7. Windows color (decimal): -3280030 or 6484941. OLE color: 6484941.

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

Color convert

RGB 205 243 98 -
CMYK 0.16 0 0.60 0.05
HSL 75.72º 0.86% 0.67% -
HSV(B) 75.72º 0.6% 0.95% -
XYZ 59.43 77.96 23.47 -
YUV 215.11 61.91 120.79 -
System Red Green Blue C M Y K H S L
Decimal 205 243 98 0.16 0 0.60 0.05 75.72 0.86 0.67
Hex CD F3 62 10 0 3C 5 4C 56 43
Octal 315 363 142 20 0 74 5 114 126 103
Binary 11001101 11110011 1100010 10000 0 111100 101 1001100 1010110 1000011

Color Harmonies of #CDF362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF362

Black with #CDF362

Text Example


Text Example

White with #CDF362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF362; }

 p { color: rgb(205,243,98); }

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

background-color css

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

 a { background-color: rgb(205,243,98); }

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

border-color css

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

 span { border-color: rgb(205,243,98); }

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