Html Css Color HEX #CBE260 Mindaro

📋 copy color: '#CBE260'

red 203 ◦ green 226 ◦ blue 96

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

Shades of Mindaro #CBE260

Tints of Mindaro #CBE260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 38.67%
G = 43.05%
B = 18.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#CBE260 (or 0xCBE260) is known color: Mindaro. HEX triplet: CB, E2 and 60. RGB value is (203,226,96). Sum of RGB (Red+Green+Blue) = 203+226+96=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE260 is #341D9F. Grayscale: #CCCCCC. Windows color (decimal): -3415456 or 6349515. OLE color: 6349515.

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

Color convert

RGB 203 226 96 -
CMYK 0.10 0 0.58 0.11
HSL 70.62º 0.69% 0.63% -
HSV(B) 70.62º 0.58% 0.89% -
XYZ 53.94 67.93 21.34 -
YUV 204.3 66.88 127.07 -
System Red Green Blue C M Y K H S L
Decimal 203 226 96 0.10 0 0.58 0.11 70.62 0.69 0.63
Hex CB E2 60 A 0 3A B 47 45 3F
Octal 313 342 140 12 0 72 13 107 105 77
Binary 11001011 11100010 1100000 1010 0 111010 1011 1000111 1000101 111111

Color Harmonies of #CBE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE260

Black with #CBE260

Text Example


Text Example

White with #CBE260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE260; }

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

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

background-color css

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

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

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

border-color css

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

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

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