Html Css Color HEX #C8EB65 Mindaro

📋 copy color: '#C8EB65'

red 200 ◦ green 235 ◦ blue 101

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

Shades of Mindaro #C8EB65

Tints of Mindaro #C8EB65

RGB

 RED value IS 200 (78.52% from 255) = 37.31%

 GREEN value IS 235 (92.19% from 255) = 43.84%

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

R = 37.31%
G = 43.84%
B = 18.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#C8EB65 (or 0xC8EB65) is known color: Mindaro. HEX triplet: C8, EB and 65. RGB value is (200,235,101). Sum of RGB (Red+Green+Blue) = 200+235+101=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EB65 is #37149A. Grayscale: #D1D1D1. Windows color (decimal): -3609755 or 6679496. OLE color: 6679496.

HSL color Cylindrical-coordinate representation of color #C8EB65: hue angle of 75.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8EB65 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 235 101 -
CMYK 0.15 0 0.57 0.08
HSL 75.67º 0.77% 0.66% -
HSV(B) 75.67º 0.57% 0.92% -
XYZ 55.88 72.64 23.39 -
YUV 209.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 200 235 101 0.15 0 0.57 0.08 75.67 0.77 0.66
Hex C8 EB 65 F 0 39 8 4C 4D 42
Octal 310 353 145 17 0 71 10 114 115 102
Binary 11001000 11101011 1100101 1111 0 111001 1000 1001100 1001101 1000010

Color Harmonies of #C8EB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EB65

Black with #C8EB65

Text Example


Text Example

White with #C8EB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EB65; }

 p { color: rgb(200,235,101); }

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

background-color css

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

 a { background-color: rgb(200,235,101); }

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

border-color css

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

 span { border-color: rgb(200,235,101); }

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