Html Css Color HEX #CBE165 Mindaro

📋 copy color: '#CBE165'

red 203 ◦ green 225 ◦ blue 101

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

Shades of Mindaro #CBE165

Tints of Mindaro #CBE165

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.53%

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

R = 38.37%
G = 42.53%
B = 19.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#CBE165 (or 0xCBE165) is known color: Mindaro. HEX triplet: CB, E1 and 65. RGB value is (203,225,101). Sum of RGB (Red+Green+Blue) = 203+225+101=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE165 is #341E9A. Grayscale: #CCCCCC. Windows color (decimal): -3415707 or 6676939. OLE color: 6676939.

HSL color Cylindrical-coordinate representation of color #CBE165: hue angle of 70.65º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBE165 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 101 -
CMYK 0.10 0 0.55 0.12
HSL 70.65º 0.67% 0.64% -
HSV(B) 70.65º 0.55% 0.88% -
XYZ 53.9 67.49 22.5 -
YUV 204.29 69.71 127.08 -
System Red Green Blue C M Y K H S L
Decimal 203 225 101 0.10 0 0.55 0.12 70.65 0.67 0.64
Hex CB E1 65 A 0 37 C 47 43 40
Octal 313 341 145 12 0 67 14 107 103 100
Binary 11001011 11100001 1100101 1010 0 110111 1100 1000111 1000011 1000000

Color Harmonies of #CBE165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE165

Black with #CBE165

Text Example


Text Example

White with #CBE165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE165; }

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

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

background-color css

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

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

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

border-color css

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

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

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