Html Css Color HEX #CDF862 Mindaro

📋 copy color: '#CDF862'

red 205 ◦ green 248 ◦ blue 98

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

Shades of Mindaro #CDF862

Tints of Mindaro #CDF862

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.01%

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

R = 37.21%
G = 45.01%
B = 17.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#CDF862 (or 0xCDF862) is known color: Mindaro. HEX triplet: CD, F8 and 62. RGB value is (205,248,98). Sum of RGB (Red+Green+Blue) = 205+248+98=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF862 is #32079D. Grayscale: #DADADA. Windows color (decimal): -3278750 or 6486221. OLE color: 6486221.

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

Color convert

RGB 205 248 98 -
CMYK 0.17 0 0.60 0.03
HSL 77.2º 0.91% 0.68% -
HSV(B) 77.2º 0.6% 0.97% -
XYZ 60.95 81 23.98 -
YUV 218.04 60.25 118.7 -
System Red Green Blue C M Y K H S L
Decimal 205 248 98 0.17 0 0.60 0.03 77.2 0.91 0.68
Hex CD F8 62 11 0 3C 3 4D 5B 44
Octal 315 370 142 21 0 74 3 115 133 104
Binary 11001101 11111000 1100010 10001 0 111100 11 1001101 1011011 1000100

Color Harmonies of #CDF862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF862

Black with #CDF862

Text Example


Text Example

White with #CDF862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF862; }

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

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

background-color css

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

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

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

border-color css

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

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

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