Html Css Color HEX #CBE265 Mindaro

📋 copy color: '#CBE265'

red 203 ◦ green 226 ◦ blue 101

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

Shades of Mindaro #CBE265

Tints of Mindaro #CBE265

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.64%

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

R = 38.3%
G = 42.64%
B = 19.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#CBE265 (or 0xCBE265) is known color: Mindaro. HEX triplet: CB, E2 and 65. RGB value is (203,226,101). Sum of RGB (Red+Green+Blue) = 203+226+101=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE265 is #341D9A. Grayscale: #CDCDCD. Windows color (decimal): -3415451 or 6677195. OLE color: 6677195.

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

Color convert

RGB 203 226 101 -
CMYK 0.10 0 0.55 0.11
HSL 71.04º 0.68% 0.64% -
HSV(B) 71.04º 0.55% 0.89% -
XYZ 54.17 68.03 22.59 -
YUV 204.87 69.38 126.66 -
System Red Green Blue C M Y K H S L
Decimal 203 226 101 0.10 0 0.55 0.11 71.04 0.68 0.64
Hex CB E2 65 A 0 37 B 47 44 40
Octal 313 342 145 12 0 67 13 107 104 100
Binary 11001011 11100010 1100101 1010 0 110111 1011 1000111 1000100 1000000

Color Harmonies of #CBE265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE265

Black with #CBE265

Text Example


Text Example

White with #CBE265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE265; }

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

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

background-color css

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

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

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

border-color css

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

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

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