Html Css Color HEX #CBEC65 Mindaro

📋 copy color: '#CBEC65'

red 203 ◦ green 236 ◦ blue 101

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

Shades of Mindaro #CBEC65

Tints of Mindaro #CBEC65

RGB

 RED value IS 203 (79.69% from 255) = 37.59%

 GREEN value IS 236 (92.58% from 255) = 43.7%

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

R = 37.59%
G = 43.7%
B = 18.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#CBEC65 (or 0xCBEC65) is known color: Mindaro. HEX triplet: CB, EC and 65. RGB value is (203,236,101). Sum of RGB (Red+Green+Blue) = 203+236+101=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC65 is #34139A. Grayscale: #D3D3D3. Windows color (decimal): -3412891 or 6679755. OLE color: 6679755.

HSL color Cylindrical-coordinate representation of color #CBEC65: hue angle of 74.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBEC65 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 101 -
CMYK 0.14 0 0.57 0.07
HSL 74.67º 0.78% 0.66% -
HSV(B) 74.67º 0.57% 0.93% -
XYZ 56.97 73.63 23.52 -
YUV 210.74 66.07 122.48 -
System Red Green Blue C M Y K H S L
Decimal 203 236 101 0.14 0 0.57 0.07 74.67 0.78 0.66
Hex CB EC 65 E 0 39 7 4B 4E 42
Octal 313 354 145 16 0 71 7 113 116 102
Binary 11001011 11101100 1100101 1110 0 111001 111 1001011 1001110 1000010

Color Harmonies of #CBEC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC65

Black with #CBEC65

Text Example


Text Example

White with #CBEC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC65; }

 p { color: rgb(203,236,101); }

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

background-color css

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

 a { background-color: rgb(203,236,101); }

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

border-color css

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

 span { border-color: rgb(203,236,101); }

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